Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 17ebdb3

Browse files
committed
refactor: invoke webpack with --preserve-symlinks
1 parent de20dec commit 17ebdb3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: bin/ns-bundle

+3-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,9 @@ function webpack(platform, env) {
152152
console.log(`Running webpack for ${platform}...`);
153153

154154
const args = [
155-
`webpack`,
155+
`node`,
156+
`--preserve-symlinks`,
157+
`./node_modules/.bin/webpack`,
156158
`--config=webpack.config.js`,
157159
`--progress`,
158160
`--env.${platform}`,

0 commit comments

Comments
 (0)