zs-vue-components
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "zs-vue-components", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "zs的vue组件库。", | ||
"main": "diist/index.js", | ||
"style": "dist/index.css", | ||
"scripts": { | ||
@@ -17,2 +18,3 @@ "build": "webpack --config webpack.config.js" | ||
"babel-loader": "^7.1.5", | ||
"css-loader": "^5.2.6", | ||
"url-loader": "^4.1.1", | ||
@@ -19,0 +21,0 @@ "vue-loader": "^14.2.4", |
@@ -34,2 +34,6 @@ let path = require('path') | ||
}, | ||
{ | ||
test: /\.css$/, | ||
use: ['css-loader'], | ||
}, | ||
], | ||
@@ -36,0 +40,0 @@ }, |
Sorry, the diff of this file is not supported yet
3441
56
8