1.0.17 • Published 4 years ago

magecom-red-theme v1.0.17

Weekly downloads
-
License
ISC
Repository
-
Last release
4 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

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago