mirror of
https://github.com/vx3r/wg-gen-web.git
synced 2025-09-11 12:24:27 +00:00
update, issue #115
This commit is contained in:
15800
ui/package-lock.json
generated
15800
ui/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -19,7 +19,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue/cli-plugin-router": "^4.5.15",
|
||||
"@vue/cli-service": "^4.5.15",
|
||||
"@vue/cli-service": "^5.0.8",
|
||||
"sass": "^1.48.0",
|
||||
"sass-loader": "^10.2.1",
|
||||
"vue-cli-plugin-vuetify": "^2.4.5",
|
||||
|
@ -1,3 +1,5 @@
|
||||
const webpack = require("webpack");
|
||||
|
||||
module.exports = {
|
||||
devServer: {
|
||||
port: 8081,
|
||||
@ -8,5 +10,12 @@ module.exports = {
|
||||
],
|
||||
pwa: {
|
||||
name: 'Wg Gen Web',
|
||||
},
|
||||
configureWebpack: {
|
||||
plugins: [
|
||||
new webpack.ProvidePlugin({
|
||||
Buffer: ["buffer", "Buffer"],
|
||||
}),
|
||||
],
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user