File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 119
119
"./src/util/window.js" : " ./src/util/browser/window.js"
120
120
},
121
121
"scripts" : {
122
- "build-dev" : " browserify src/index.js --debug --ignore-transform unassertify --standalone mapboxgl > dist/mapbox-gl-dev.js && tap --no-coverage test/build/dev.test.js " ,
122
+ "build-dev" : " webpack --mode development " ,
123
123
"watch-dev" : " watchify src/index.js --debug --ignore-transform unassertify --standalone mapboxgl --outfile dist/mapbox-gl-dev.js --verbose" ,
124
124
"watch-style-property-editor" : " watchify debug/style_property_editor.js --debug -o debug/style_property_editor_generated.js --standalone StylePropertyEditor --verbose" ,
125
- "build-min" : " browserify src/index.js --debug --plugin [minifyify --map mapbox-gl.js.map --output dist/mapbox-gl.js.map] --standalone mapboxgl | derequire > dist/mapbox-gl.js && tap --no-coverage test/build/min.test.js" ,
125
+ "build-min" : " webpack --mode production" ,
126
+ "build-min-old" : " browserify src/index.js --debug --plugin [minifyify --map mapbox-gl.js.map --output dist/mapbox-gl.js.map] --standalone mapboxgl | derequire > dist/mapbox-gl.js && tap --no-coverage test/build/min.test.js" ,
126
127
"build-token" : " browserify debug/access_token.js --debug --transform envify > debug/access_token_generated.js" ,
127
128
"build-benchmarks" : " BENCHMARK_VERSION=\" $(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\" browserify bench/benchmarks.js --debug --transform envify --outfile bench/benchmarks_generated.js --verbose" ,
128
129
"watch-benchmarks" : " BENCHMARK_VERSION=\" $(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\" watchify bench/benchmarks.js --debug --transform envify --outfile bench/benchmarks_generated.js --verbose" ,
You can’t perform that action at this time.
0 commit comments