Skip to content

Commit 94a83dc

Browse files
committed
do not compress build/plotly.js
1 parent 677e7ec commit 94a83dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/util/watchified_bundle.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ module.exports = function makeWatchifiedBundle(onFirstBundleCallback) {
2121
var b = browserify(constants.pathToPlotlyIndex, {
2222
debug: true,
2323
standalone: 'Plotly',
24+
ignoreTransform: './tasks/compress_attributes.js',
2425
transform: [],
2526
cache: {},
2627
packageCache: {},

0 commit comments

Comments
 (0)