Comparing version 0.1.2 to 0.1.3
const path = require('path') | ||
const webpack = require('webpack') | ||
const ExtractTextPlugin = require('extract-text-webpack-plugin') | ||
@@ -30,9 +29,2 @@ module.exports = { | ||
exclude: /node_modules/ | ||
}, | ||
{ | ||
test: /\.styl$/, | ||
loader: ExtractTextPlugin.extract({ | ||
fallbackLoader: "vue-style-loader", | ||
loader: ['css-loader', 'stylus-loader'] | ||
}) | ||
} | ||
@@ -42,3 +34,2 @@ ] | ||
plugins: [ | ||
new ExtractTextPlugin('stylus.css'), | ||
new webpack.LoaderOptionsPlugin({ | ||
@@ -55,10 +46,3 @@ minimize: true | ||
}) | ||
], | ||
vue: { | ||
postcss: [ | ||
require('autoprefixer')({ | ||
browsers: ['last 3 versions'] | ||
}) | ||
] | ||
} | ||
] | ||
} |
@@ -5,3 +5,3 @@ { | ||
"author": "John Leider <john.j.leider@gmail.com>", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"main": "dist/vuetify", | ||
@@ -21,6 +21,4 @@ "scripts": { | ||
"css-loader": "^0.23.1", | ||
"extract-text-webpack-plugin": "^2.0.0-beta.4", | ||
"pug": "^2.0.0-beta3", | ||
"ress": "^1.1.1", | ||
"sass-loader": "^4.0.0", | ||
"serialize-javascript": "^1.3.0", | ||
@@ -27,0 +25,0 @@ "style-loader": "^0.13.1", |
Sorry, the diff of this file is too big to display
14
180986
810