forked from Alex/Pterodactyl-Panel
Little tweak, HMR still broken
This commit is contained in:
parent
ea923053eb
commit
7bdcdf23bf
@ -129,6 +129,7 @@ module.exports = {
|
||||
{
|
||||
test: /\.js$/,
|
||||
loader: 'babel-loader',
|
||||
exclude: file => (/node_modules/.test(file) && !/\.vue\.js/.test(file)),
|
||||
options: {
|
||||
cacheDirectory: !isProduction,
|
||||
presets: ['@babel/preset-env'],
|
||||
|
Loading…
Reference in New Issue
Block a user