Skip to content

Commit

Permalink
Adjust output path so build goes to working directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
griffbrad authored and gziolo committed Feb 12, 2019
1 parent 44c2fc1 commit 3cd6ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/build-config/config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const config = {
mode,
output: {
filename: './build/[basename]/index.js',
path: __dirname,
path: process.cwd(),
library: [ 'wp', '[name]' ],
libraryTarget: 'this',
},
Expand Down

0 comments on commit 3cd6ad3

Please sign in to comment.