Skip to content

Commit

Permalink
Merge pull request #14 from DerekCL/develop
Browse files Browse the repository at this point in the history
hotfix 1.0.2
  • Loading branch information
DerekCL committed Jul 5, 2018
2 parents b4121cc + ccb56d0 commit e4c366c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cookiecutter-webpack",
"version": "1.0.1",
"version": "1.0.2",
"description": "Boilerplate for setting up webpack 2 configuration with hot reloading, awesome-typescript-loader for es6 modules, react + redux.",
"directories": {
"hooks": "hooks",
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.repo_name}}/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const path = require("path");
module.exports = {
entry: path.resolve(__dirname, "src/index.tsx"),
output: {
filename: "dist/index.js",
filename: "index.js",
},
module: {
rules: [
Expand Down

0 comments on commit e4c366c

Please sign in to comment.