Skip to content

Commit d5fdf76

Browse files
committed
change build path for plugin
1 parent ef2d36b commit d5fdf76

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package-lock.json

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/plugin-copying-task/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dist"
99
],
1010
"scripts": {
11-
"build": "esbuild index.js --bundle --minify --sourcemap --outfile=dist/index.browser.min.js",
11+
"build": "esbuild src/index.js --bundle --minify --sourcemap --outfile=dist/index.browser.min.js",
1212
"build:watch": "npm run build -- --watch"
1313
},
1414
"repository": {

0 commit comments

Comments
 (0)