Woo AI - fix empty build dir due to entrypoint file extension match failure. (#40997)
* Woo AI - Fix empty build directory due to entry point file extension match failure.
This commit is contained in:
parent
7b00687a38
commit
51eff5c234
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: patch
|
||||||
|
Type: dev
|
||||||
|
|
||||||
|
Fix Woo AI webpack build configuration.
|
|
@ -4,7 +4,7 @@ const WooCommerceDependencyExtractionWebpackPlugin = require( '@woocommerce/depe
|
||||||
module.exports = {
|
module.exports = {
|
||||||
...defaultConfig,
|
...defaultConfig,
|
||||||
entry: {
|
entry: {
|
||||||
...defaultConfig.entry,
|
index: './src/index.ts',
|
||||||
},
|
},
|
||||||
module: {
|
module: {
|
||||||
...defaultConfig.module,
|
...defaultConfig.module,
|
||||||
|
|
Loading…
Reference in New Issue