Skip to content

Commit

Permalink
fix: Import from plugin-webpack-*
Browse files Browse the repository at this point in the history
  • Loading branch information
vio committed Nov 22, 2022
1 parent 1497086 commit 921475b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import core from '@actions/core';
import artifact from '@actions/artifact';
import { createArtifacts } from '@bundle-stats/cli-utils';
import { createJobs, createReport } from '@bundle-stats/utils';
import { filter, validate } from '@bundle-stats/utils/lib/webpack/index.js';
import filter from '@bundle-stats/plugin-webpack-filter';
import validate from '@bundle-stats/plugin-webpack-validate';

const { GITHUB_REPOSITORY, GITHUB_SHA } = process.env;

Expand Down
2 changes: 2 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
"@actions/core": "^1.10.0",
"@bundle-stats/cli-utils": "^4.1.3",
"@bundle-stats/utils": "^4.1.3",
"@bundle-stats/plugin-webpack-filter": "^4.1.3",
"@bundle-stats/plugin-webpack-validate": "^4.1.3",
"got": "^12.5.3",
"lodash": "^4.17.21"
}
Expand Down

0 comments on commit 921475b

Please sign in to comment.