Skip to content

Commit 5a7a6c2

Browse files
committed
Removed checksum.
1 parent 4dd65dc commit 5a7a6c2

3 files changed

Lines changed: 1 addition & 30 deletions

File tree

create-checksum.js

Lines changed: 0 additions & 27 deletions
This file was deleted.

src/boot/DebugHeader.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
55
*/
66

7-
var CHECKSUM = require('../checksum');
87
var CONST = require('../const');
98

109
/**

webpack.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,11 @@ module.exports = {
3939
}),
4040

4141
new WebpackShellPlugin({
42-
onBuildStart: 'node create-checksum.js',
4342
onBuildEnd: 'node copy-to-examples.js'
4443
})
4544

4645
],
4746

48-
devtool: 'inline-source-map'
47+
devtool: 'source-map'
4948

5049
};

0 commit comments

Comments
 (0)