How to use the @pluralsight/ps-design-system-build/webpack.decorateConfig function in @pluralsight/ps-design-system-build

To help you get started, we’ve selected a few @pluralsight/ps-design-system-build examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github pluralsight / design-system / examples / create-react-app / config-overrides.js View on Github external
module.exports = (config, env) =>
  decorateConfig(config, {
    defaultInclude: [path.resolve('src'), path.resolve('public')],
    packageJson: require('./package.json')
  })