vue-clock-picker
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -14,2 +14,5 @@ var path = require('path') | ||
var webpackConfig = merge(baseWebpackConfig, { | ||
entry: { | ||
app: './src/index.js' | ||
}, | ||
module: { | ||
@@ -43,18 +46,18 @@ loaders: utils.styleLoaders({sourceMap: config.build.productionSourceMap, extract: true}) | ||
// see https://github.com/ampedandwired/html-webpack-plugin | ||
new HtmlWebpackPlugin({ | ||
filename: process.env.NODE_ENV === 'testing' | ||
? 'index.html' | ||
: config.build.index, | ||
template: 'index.html', | ||
inject: true, | ||
minify: { | ||
removeComments: true, | ||
collapseWhitespace: true, | ||
removeAttributeQuotes: true | ||
// more options: | ||
// https://github.com/kangax/html-minifier#options-quick-reference | ||
}, | ||
// necessary to consistently work with multiple chunks via CommonsChunkPlugin | ||
chunksSortMode: 'dependency' | ||
}), | ||
// new HtmlWebpackPlugin({ | ||
// filename: process.env.NODE_ENV === 'testing' | ||
// ? 'index.html' | ||
// : config.build.index, | ||
// template: 'index.html', | ||
// inject: true, | ||
// minify: { | ||
// removeComments: true, | ||
// collapseWhitespace: true, | ||
// removeAttributeQuotes: true | ||
// // more options: | ||
// // https://github.com/kangax/html-minifier#options-quick-reference | ||
// }, | ||
// // necessary to consistently work with multiple chunks via CommonsChunkPlugin | ||
// chunksSortMode: 'dependency' | ||
// }), | ||
// split vendor js into its own file | ||
@@ -61,0 +64,0 @@ new webpack.optimize.CommonsChunkPlugin({ |
{ | ||
"name": "vue-clock-picker", | ||
"version": "0.2.0", | ||
"description": "A time picker based on Vue.js", | ||
"version": "0.2.1", | ||
"description": "A lite time picker based on Vue2.0", | ||
"author": "domon <domonji95@gmail.com>", | ||
@@ -13,3 +13,4 @@ "scripts": { | ||
"babel-runtime": "^6.0.0", | ||
"vue": "^2.0.0-rc.6" | ||
"vue": "^2.0.0-rc.6", | ||
"vue-clock-picker": "^0.2.0" | ||
}, | ||
@@ -16,0 +17,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
300533
385
6
3
+ Addedvue-clock-picker@^0.2.0