Skip to content
This repository was archived by the owner on Feb 11, 2022. It is now read-only.

Commit 2de82cd

Browse files
committed
build(rollup): downgraded the babel plugin
until the project gets updated to use babel v7
1 parent bf0edc6 commit 2de82cd

File tree

3 files changed

+14
-24
lines changed

3 files changed

+14
-24
lines changed

package-lock.json

+12-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"test:integration:debug": "DEBUG=test run-s test:integration",
3232
"test:integration:wip": "run-s 'test:integration:base -- --tags @wip'",
3333
"test:integration:focus": "run-s 'test:integration:base -- --tags @focus'",
34-
"test": "npm-run-all --print-label --parallel lint:* --parallel test:*",
34+
"test": "npm-run-all --print-label --parallel lint:* --parallel test:* --serial build",
3535
"commitmsg": "commitlint -e",
3636
"precommit": "npm test",
3737
"build": "rollup -c",
@@ -75,7 +75,7 @@
7575
"nyc": "^14.1.1",
7676
"proxyquire": "^2.1.3",
7777
"rollup": "^1.20.3",
78-
"rollup-plugin-babel": "^4.3.3",
78+
"rollup-plugin-babel": "^3.0.7",
7979
"rollup-plugin-node-resolve": "^5.2.0",
8080
"sinon": "^7.4.2"
8181
},

rollup.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ export default {
66
input: 'src/plugin.js',
77
external: [
88
'http-status-codes',
9-
'highwire',
109
'delay',
1110
'joi',
1211
'hoek',

0 commit comments

Comments
 (0)