Skip to content

Commit

Permalink
fix(webpack): Fixed line in webpack to create bundles correctly; adde…
Browse files Browse the repository at this point in the history
…d dist files
  • Loading branch information
Rafael Miranda committed Sep 21, 2018
1 parent fb59d75 commit 510d2e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
node_modules/
.vscode/
.idea/
dist/
.idea/
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = {
}]
},
{
test: /src\/*\.js$/,
test: /src\/youtube.js$/,
exclude: /node_modules/,
use: {
loader: 'babel-loader',
Expand Down

0 comments on commit 510d2e6

Please sign in to comment.