mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Fix the JS name
This commit is contained in:
parent
98e1c5cb9a
commit
3ecbabdffa
2 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@ return array(
|
|||
|
||||
'uninstall.clear-db-assets' => function( ContainerInterface $container ) : ClearDatabaseAssets {
|
||||
return new ClearDatabaseAssets(
|
||||
$container->get( 'webhook.module-url' ),
|
||||
$container->get( 'uninstall.module-url' ),
|
||||
$container->get( 'ppcp.asset-version' ),
|
||||
'ppcp-clear-db',
|
||||
$container->get( 'uninstall.clear-database-script-data' )
|
||||
|
|
|
@ -6,7 +6,7 @@ module.exports = {
|
|||
mode: isProduction ? 'production' : 'development',
|
||||
target: 'web',
|
||||
entry: {
|
||||
'clear-db': path.resolve('./resources/js/ppcp-clear-db.js'),
|
||||
'ppcp-clear-db': path.resolve('./resources/js/ppcp-clear-db.js'),
|
||||
},
|
||||
output: {
|
||||
path: path.resolve(__dirname, 'assets/'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue