Skip to content

Commit

Permalink
Improve example build time
Browse files Browse the repository at this point in the history
  • Loading branch information
jankuss committed Dec 13, 2020
1 parent fcfc65a commit 57909b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ node_modules
/example/public/hof_furni
/example/public/figure
/example/public/resources
/example/public/images
/example/public/images
/storybook/public
1 change: 1 addition & 0 deletions example/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = {
extensions: [".tsx", ".ts", ".js", ".mjs"],
fallback: { "buffer": false, "timers": false }
},
optimization: { splitChunks: { chunks: 'all' }, runtimeChunk: true, minimizer: [] },
module: {
rules: [
{
Expand Down

0 comments on commit 57909b1

Please sign in to comment.