Skip to content

Commit

Permalink
Removing experiment 08 from build system
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwebb committed Mar 18, 2019
1 parent 9f5ca85 commit 982d19c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ module.exports = {
differentShapes: path.resolve('../04-different-shapes/js/entry.js'),
svgInput: path.resolve('../05-svg-input/js/entry.js'),
interactivity: path.resolve('../06-interactivity/js/entry.js'),
flowfields: path.resolve('../07-flowfields/js/entry.js'),
dendron: path.resolve('../08-dendron/js/entry.js')
flowfields: path.resolve('../07-flowfields/js/entry.js')
},
module: {
rules: [
Expand Down

0 comments on commit 982d19c

Please sign in to comment.