Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build without node built-in module("utils") #328

Closed
youchann opened this issue Apr 30, 2021 · 1 comment · Fixed by #408
Closed

Build without node built-in module("utils") #328

youchann opened this issue Apr 30, 2021 · 1 comment · Fixed by #408
Labels
good first issue Good for newcomers

Comments

@youchann
Copy link
Contributor

ref: #269
ref: https://github.com/voyagegroup/fluct_XDC/issues/122

ビルトインなモジュールを使うと環境依存になる(CI上やローカル上で成果物が異なってしまう可能性がある)

@youchann youchann added the good first issue Good for newcomers label Apr 30, 2021
@youchann
Copy link
Contributor Author

youchann commented Apr 30, 2021

rollup.config.jsをこうして、成果物を確認すれば良い

    resolve({
-       preferBuiltins: true,
+       preferBuiltins: false,
    }),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant