Skip to content

Commit

Permalink
Merge pull request #1129 from bmomberger-bitovi/1125-rollup-commonjs-…
Browse files Browse the repository at this point in the history
…prefix-change

Update CJS_PROXY_PREFIX
  • Loading branch information
matthewp authored Apr 16, 2019
2 parents 003ec65 + 2694e42 commit ec17ec2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/bundle/concat_source_es.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const removeActiveSourceKeys = require("../node/remove_active_source_keys");
const rollup = require("steal-rollup");

const moduleNameFromSpecifier = dependencyResolver.moduleNameFromSpecifier;
const CJS_PROXY_PREFIX = '\0commonjs-proxy:';
const CJS_PROXY_PREFIX = '\0commonjs-proxy-';

module.exports = function(bundle, options) {
let removeDevelopmentCode = options.removeDevelopmentCode;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"pdenodeify": "^0.1.0",
"prettier": "1.12.0",
"pump": "^3.0.0",
"rollup-plugin-commonjs": "<=9.3.2",
"rollup-plugin-commonjs": "^9.3.4",
"steal": "^2.2.0",
"steal-bundler": "^0.3.6",
"steal-parse-amd": "^1.0.0",
Expand Down

0 comments on commit ec17ec2

Please sign in to comment.