Skip to content

Commit

Permalink
fix(Conflicts): Fixed conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Brenner Pacelli committed May 30, 2018
2 parents a7e9a5e + 9564edf commit 3458939
Show file tree
Hide file tree
Showing 9 changed files with 603 additions and 199 deletions.
2 changes: 1 addition & 1 deletion build/webpack.dev.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = merge(baseWebpackConfig, {
new HtmlWebpackPlugin({
filename: "index.html",
pkg: require("../package.json"),
template: "./src/index.html",
template: "./docs/index.html",
inject: "body"
})
]
Expand Down
Loading

0 comments on commit 3458939

Please sign in to comment.