mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
Fix webpack config
This commit is contained in:
parent
da0a17da6a
commit
6dd3d47649
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
const path = require('path');
|
||||
const isProduction = process.env.NODE_ENV === 'production8';
|
||||
const isProduction = process.env.NODE_ENV === 'production';
|
||||
|
||||
const DependencyExtractionWebpackPlugin = require( '@woocommerce/dependency-extraction-webpack-plugin' );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue