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 557d472 commit 8a7c2e5Copy full SHA for 8a7c2e5
scripts/rollup/build.js
@@ -351,7 +351,7 @@ function getPlugins(
351
// Remove 'use strict' from individual source files.
352
{
353
transform(source) {
354
- return source.replace(/['"]use strict['"']/g, '');
+ return source.replace(/['"]use strict["']/g, '');
355
},
356
357
// Turn __DEV__ and process.env checks into constants.
0 commit comments