mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 12:43:26 +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'
|
devtool: 'source-map'
|
||||||
},
|
},
|
||||||
|
/*
|
||||||
{
|
{
|
||||||
experiments: {
|
experiments: {
|
||||||
outputModule: true,
|
outputModule: true,
|
||||||
|
@ -110,4 +111,5 @@ module.exports = [
|
||||||
|
|
||||||
devtool: 'source-map'
|
devtool: 'source-map'
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue