mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2025-07-15 08:42:41 +08:00
Update webpack.config.cjs
This commit is contained in:
@ -20,6 +20,7 @@ module.exports = {
|
|||||||
publicPath: '/src',
|
publicPath: '/src',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
allowedHosts: "all",
|
||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
path: path.resolve(__dirname, 'public/chunk'),
|
path: path.resolve(__dirname, 'public/chunk'),
|
||||||
@ -53,4 +54,4 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user