Skip to content

Commit

Permalink
feat: supporting webpack 5 (#234)
Browse files Browse the repository at this point in the history
* feat: supporting webpack 5

* feat: dropping support for node v9
BREAKING CHANGE: adding additional env replacements for unreferenced variables for webpack v5
  • Loading branch information
mrsteele committed Sep 19, 2020
1 parent ea28c6c commit 7749894
Show file tree
Hide file tree
Showing 6 changed files with 1,582 additions and 1,570 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
v9.11.2
v12.16.2
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,9 +5,9 @@ cache:
notifications:
email: false
node_js:
- '14'
- '12'
- '10'
- '9'
- '8'
before_install:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
Expand Down

0 comments on commit 7749894

Please sign in to comment.