We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f05a99 commit 7eb4acaCopy full SHA for 7eb4aca
webpack.config.js
@@ -39,6 +39,7 @@ module.exports = {
39
return memo;
40
}, {} ),
41
output: {
42
+ devtoolNamespace: 'wp',
43
filename: './build/[basename]/index.js',
44
path: __dirname,
45
library: [ 'wp', '[name]' ],
0 commit comments