Skip to content

Commit

Permalink
build: prepare for webpack 5 (#4akvz6)
Browse files Browse the repository at this point in the history
  • Loading branch information
matzeeable committed Jun 16, 2020
1 parent 7245417 commit 86c3d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/webpack.factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class WebpackPluginDone {
const env = Object.create(process.env);
env.TS_NODE_PROJECT = resolve(this.pwd, "tsconfig.json");

compiler.plugin("done", () => {
compiler.hooks.done.tap("WebpackPluginDone", () => {
spawn("yarn --silent build:webpack:done", {
stdio: "inherit",
shell: true,
Expand Down

0 comments on commit 86c3d66

Please sign in to comment.