mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-03 08:37:53 +08:00
refactor module
This commit is contained in:
parent
9a85d86ef5
commit
8ebfb596fb
11 changed files with 210 additions and 117 deletions
|
@ -10,7 +10,7 @@ module.exports = {
|
|||
plugins: [ new DependencyExtractionWebpackPlugin() ],
|
||||
entry: {
|
||||
'applepayDirect': path.resolve('./resources/js/applepayDirect.js'),
|
||||
'applepayDirectCart': path.resolve('./resources/js/applepayDirectCart.js')
|
||||
"styles": path.resolve('./resources/css/styles.scss')
|
||||
},
|
||||
output: {
|
||||
path: path.resolve(__dirname, 'assets/'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue