Skip to content

Commit

Permalink
build: add module and sideEffects for package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yarastqt committed Aug 2, 2021
1 parent db1947b commit d67b7b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ module.exports = {
]),

usePackageJsonPlugin({
module: './esm/index.js',
scripts: {},
sideEffects: false,
}),
],
}

0 comments on commit d67b7b0

Please sign in to comment.