2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-05-28 22:44:06 +03:00
This commit is contained in:
Mengxiong10
2017-05-09 14:17:59 +08:00
parent 9911a065b2
commit c423c62ff0
4 changed files with 3 additions and 5 deletions
+1 -2
View File
File diff suppressed because one or more lines are too long
-1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -6,6 +6,6 @@
</head>
<body>
<div id="app"></div>
<script src="/dist/build.js"></script>
<script src="dist/build.js"></script>
</body>
</html>
+1 -1
View File
@@ -59,7 +59,7 @@ if (process.env.NODE_ENV === 'production') {
}
}),
new webpack.optimize.UglifyJsPlugin({
sourceMap: true,
sourceMap: false,
compress: {
warnings: false
}