Skip to content

Commit

Permalink
Merge pull request #6 from OrcaPracticas/config
Browse files Browse the repository at this point in the history
FIX: Restructuracion de carpetas
  • Loading branch information
konami12 committed Jun 2, 2018
2 parents be22ce6 + 7e477cc commit 48c3b39
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion webpack/webpack.development.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const MANIFEST = require("../public/js/modules-manifest.json");
*/
const CONFIG = {
entry: {
pokedex: PATH.resolve(__dirname, "../app"),
pokedex: PATH.resolve(__dirname, "../src/app"),
},
output: {
path: PATH.resolve(__dirname, "../public/js"),
Expand Down
2 changes: 1 addition & 1 deletion webpack/webpack.production.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const MANIFEST = require("../public/js/modules-manifest.json");
*/
const CONFIG = {
entry: {
pokedex: PATH.resolve(__dirname, "../app"),
pokedex: PATH.resolve(__dirname, "../src/app"),
},
output: {
path: PATH.resolve(__dirname, "../public/js"),
Expand Down

0 comments on commit 48c3b39

Please sign in to comment.