|
@@ -67,6 +67,7 @@ module.exports = defineConfig({
|
|
|
config.optimization.splitChunks.chunks = 'all'
|
|
|
config.output.filename = `static/js/[name].${Timestamp}.js`
|
|
|
config.output.chunkFilename = `static/js/[name].${Timestamp}.js`
|
|
|
+ config.entry = ['core-js/stable', 'regenerator-runtime/runtime', './src/main.js']
|
|
|
|
|
|
config.module.rules.push(
|
|
|
{
|