Skip to content

Commit

Permalink
fixes for IE
Browse files Browse the repository at this point in the history
  • Loading branch information
tompahoward committed Jan 10, 2021
1 parent 2ff96a0 commit f59bf65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"test:node-api": "scripts/test-node.sh",
"test:node-api:wip": "scripts/test-node.sh",
"headless:test:browser-api:chrome:local": "CI=1 npm run ${npm_lifecycle_event#headless:}",
"test:browser-api:ie:remote": "scripts/test-browser.sh",
"test:browser-api:chrome:local": "scripts/test-browser.sh",
"test:browser-api:chrome:remote": "scripts/test-browser.sh",
"test:browser-api:firefox:local": "scripts/test-browser.sh",
Expand All @@ -72,7 +73,6 @@
"test:browser-api:iphone:remote": "scripts/test-browser.sh",
"test:browser-api:android:remote": "scripts/test-browser.sh",
"test:browser-api:edge:remote": "scripts/test-browser.sh",
"test:browser-api:ie:remote": "scripts/test-browser.sh",
"test:browser-api": "scripts/for-all-browsers.sh",
"test": "npm-run-all --sequential ${npm_lifecycle_event}:*",
"watch:test:node-api": "nodemon -V -x npm -- run ${npm_lifecycle_event#watch:}",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = environment => ({
{
test: [/\.(js)$/],
exclude: [
/node_modules\/(?!debug|ms|http-link-header|lokijs|\/).*/,
/node_modules\/(?!debug|ms|http-link-header|lokijs|@hapi\/accept|@hapi\/boom|@hapi\/hoek|\/).*/,
/coverage/,
/docs/,
/out/,
Expand Down

0 comments on commit f59bf65

Please sign in to comment.