1.0.17 • Published 3 years ago

magecom-red-theme v1.0.17

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Installation: Add this package ( yarn add magecom-red-theme ) to already created pwa studio ( yarn create @magento/pwa )

if you want to override venia's 'components, add new component to dependencies section of package.json and to componentOverrideMapping object of intercept.js

If you want to override files from componentOverrideMapping object magecom-red-theme/intercept.js add this to local-intercept.js of your @magento/pwa studio.

local-intercept.js

const componentOverrideMapping = { 'nikolay-kirichenko-custom-footer': './src/components/Footer', };

const moduleOverridePlugin = require('magecom-red-theme/moduleOverrideWebpackPlugin');

module.exports = targets => { targets.of('@magento/pwa-buildpack').webpackCompiler.tap(compiler => { new moduleOverridePlugin(componentOverrideMapping).apply(compiler); }) }

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago