We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 677e7ec commit 94a83dcCopy full SHA for 94a83dc
tasks/util/watchified_bundle.js
@@ -21,6 +21,7 @@ module.exports = function makeWatchifiedBundle(onFirstBundleCallback) {
21
var b = browserify(constants.pathToPlotlyIndex, {
22
debug: true,
23
standalone: 'Plotly',
24
+ ignoreTransform: './tasks/compress_attributes.js',
25
transform: [],
26
cache: {},
27
packageCache: {},
0 commit comments