Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue-clock-picker

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-clock-picker - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

35

build/webpack.prod.conf.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc