mirror of
https://github.com/liabru/matter-js.git
synced 2024-11-23 09:26:51 -05:00
fix build flags
This commit is contained in:
parent
60d08391aa
commit
29d182c911
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ var build = function(options) {
|
|||
});
|
||||
}));
|
||||
|
||||
if (!options.version.includes('-')) {
|
||||
if (!options.version.includes('-dev')) {
|
||||
compiled.pipe(preprocess({ context: { DEBUG: false } }));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue