2
0
mirror of https://github.com/tenrok/vue-json-viewer.git synced 2026-06-20 20:00:37 +03:00

upgrade to webpack 4

This commit is contained in:
陈峰
2019-03-16 21:48:03 +08:00
parent 147e0dc3e0
commit 0283c883d8
4 changed files with 1131 additions and 740 deletions
+8
View File
@@ -0,0 +1,8 @@
module.exports = {
sourceMap: false,
plugins: [
require('autoprefixer')({
browsers: ['> 1%', 'android >=4', 'ios >=8']
})
]
};