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:
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
sourceMap: false,
|
||||
plugins: [
|
||||
require('autoprefixer')({
|
||||
browsers: ['> 1%', 'android >=4', 'ios >=8']
|
||||
})
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user