Skip to content

Commit

Permalink
- dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ezolenko committed Apr 21, 2022
1 parent 0df5362 commit 5a3e58b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions dist/rollup-plugin-typescript2.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ function createCommonjsModule(fn) {
return fn(module, module.exports), module.exports;
}

function commonjsRequire (target) {
throw new Error('Could not dynamically require "' + target + '". Please configure the dynamicRequireTargets option of @rollup/plugin-commonjs appropriately for this require call to behave properly.');
function commonjsRequire (path) {
throw new Error('Could not dynamically require "' + path + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
}

/**
Expand Down
4 changes: 2 additions & 2 deletions dist/rollup-plugin-typescript2.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ function createCommonjsModule(fn) {
return fn(module, module.exports), module.exports;
}

function commonjsRequire (target) {
throw new Error('Could not dynamically require "' + target + '". Please configure the dynamicRequireTargets option of @rollup/plugin-commonjs appropriately for this require call to behave properly.');
function commonjsRequire (path) {
throw new Error('Could not dynamically require "' + path + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
}

/**
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"object-hash": "3.0.0",
"rimraf": "3.0.2",
"rollup": "^2.48.0",
"@rollup/plugin-commonjs": "17.1.0",
"@rollup/plugin-commonjs": "18.1.0",
"@rollup/plugin-node-resolve": "13.2.1",
"rollup-plugin-re": "1.0.7",
"rollup-plugin-typescript2": "0.31.2",
Expand Down

0 comments on commit 5a3e58b

Please sign in to comment.