Skip to content

Commit

Permalink
Added webpack-bundle-analyzer to get better control over inspecting b…
Browse files Browse the repository at this point in the history
…undle sizes
  • Loading branch information
rohan-deshpande committed Mar 29, 2020
1 parent 4c774ea commit 899af01
Show file tree
Hide file tree
Showing 5 changed files with 479 additions and 17 deletions.
19 changes: 4 additions & 15 deletions .gitignore
Expand Up @@ -22,12 +22,6 @@ coverage
# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

Expand All @@ -38,9 +32,6 @@ build/Release
node_modules/
jspm_packages/

# TypeScript v1 declaration files
typings/

# Optional npm cache directory
.npm

Expand All @@ -53,16 +44,10 @@ typings/
# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# parcel
.cache
dist

# OS generated files
.DS_Store
.DS_Store?
Expand All @@ -75,3 +60,7 @@ Thumbs.db
# Sandbox
sandbox/common/three-nebula.js
sandbox/common/three-nebula.js.map

# Webpack

stats.json
1 change: 1 addition & 0 deletions .npmignore
Expand Up @@ -21,3 +21,4 @@ src/
test/
website/
sandbox/
build/stats.json

0 comments on commit 899af01

Please sign in to comment.