mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-29 03:23:45 +02:00
Push what I have I guess
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
module.exports = {
|
||||
entry: './resources/assets/scripts/app.js',
|
||||
mode: 'development',
|
||||
performance: {
|
||||
hints: false,
|
||||
},
|
||||
entry: {
|
||||
main: './resources/assets/scripts/app.js',
|
||||
},
|
||||
output: {
|
||||
path: '/dist',
|
||||
filename: 'webpack.build.js',
|
||||
},
|
||||
module: {
|
||||
@@ -29,10 +36,8 @@ module.exports = {
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
// 'vue': 'vue/dist/vue.js'
|
||||
'vue$': 'vue/dist/vue.esm.js'
|
||||
},
|
||||
extensions: ['*', '.js', '.vue', '.json']
|
||||
},
|
||||
plugins: [],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user