Skip to content

Commit 7b9f129

Browse files
author
Nathan Reyes
committed
Roll revision. Fix webpack config.
1 parent 1a13bdd commit 7b9f129

File tree

4 files changed

+6
-13671
lines changed

4 files changed

+6
-13671
lines changed

build/webpack.base.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const createLintingRule = () => ({
2121
module.exports = {
2222
context: path.resolve(__dirname, '../'),
2323
entry: {
24-
docs: ['./docs/docs.js'],
24+
docs: './docs/docs.js',
2525
['v-calendar']: './src/lib.js'
2626
},
2727
output: {

build/webpack.lib.conf.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@ var webpackConfig = merge(baseWebpackConfig, {
3636
'process.env': env
3737
}),
3838
new UglifyJsPlugin({
39-
compress: {
40-
warnings: false
39+
uglifyOptions: {
40+
compress: {
41+
warnings: false
42+
}
4143
},
4244
sourceMap: config.lib.productionSourceMap,
4345
parallel: true

0 commit comments

Comments
 (0)