mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 04:33:31 +00:00
Don't do esm build every time
This commit is contained in:
parent
c9836fa266
commit
14a4cc67ad
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,7 @@ module.exports = [
|
|||
|
||||
devtool: 'source-map'
|
||||
},
|
||||
/*
|
||||
{
|
||||
experiments: {
|
||||
outputModule: true,
|
||||
|
@ -110,4 +111,5 @@ module.exports = [
|
|||
|
||||
devtool: 'source-map'
|
||||
}
|
||||
*/
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue