Skip to content

Commit ec17ec2

Browse files
authored
Merge pull request #1129 from bmomberger-bitovi/1125-rollup-commonjs-prefix-change
Update CJS_PROXY_PREFIX
2 parents 003ec65 + 2694e42 commit ec17ec2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/bundle/concat_source_es.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const removeActiveSourceKeys = require("../node/remove_active_source_keys");
77
const rollup = require("steal-rollup");
88

99
const moduleNameFromSpecifier = dependencyResolver.moduleNameFromSpecifier;
10-
const CJS_PROXY_PREFIX = '\0commonjs-proxy:';
10+
const CJS_PROXY_PREFIX = '\0commonjs-proxy-';
1111

1212
module.exports = function(bundle, options) {
1313
let removeDevelopmentCode = options.removeDevelopmentCode;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"pdenodeify": "^0.1.0",
3131
"prettier": "1.12.0",
3232
"pump": "^3.0.0",
33-
"rollup-plugin-commonjs": "<=9.3.2",
33+
"rollup-plugin-commonjs": "^9.3.4",
3434
"steal": "^2.2.0",
3535
"steal-bundler": "^0.3.6",
3636
"steal-parse-amd": "^1.0.0",

0 commit comments

Comments
 (0)