Skip to content

Commit

Permalink
Fix CI to correctly use the right tslib in webpack 5
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Oct 9, 2020
1 parent 9da1f4f commit b4b7884
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/rollup-modules/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import { __awaiter } from "tslib";
import { __awaiter } from "../../";
if (typeof __awaiter !== "function") throw new Error("Missing expected helper __awaiter");
1 change: 1 addition & 0 deletions test/webpack-5-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"test": "webpack && node build/main.js"
},
"devDependencies": {
"tslib": "file:../..",
"webpack": "5.0.0-rc.4",
"webpack-cli": "3.3.12"
}
Expand Down

0 comments on commit b4b7884

Please sign in to comment.