Skip to content

Commit

Permalink
Merge pull request #14 from seeliang/chore/atomic-design-structure
Browse files Browse the repository at this point in the history
chore: update folder structure to atomic
  • Loading branch information
Sihui liang committed Dec 30, 2017
2 parents 4310caa + d19fa73 commit 7f71b4c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion webpack.base.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const path = require('path');
module.exports = {
entry: {
app: './src/js/app.js'
app: './src/index.js'
},

externals: {
Expand Down

0 comments on commit 7f71b4c

Please sign in to comment.