0👍
mix.webpackConfig({
experiments: {
outputModule: true,
},
output: {
module: true,
library: {
type: 'module',
},
},
});
Did it for me
Source:stackexchange.com
0👍
mix.webpackConfig({
experiments: {
outputModule: true,
},
output: {
module: true,
library: {
type: 'module',
},
},
});
Did it for me