@nuvolo/webpack-config

0.1.4 • Public • Published

webpack-config

Webpack configuration for Nuvolo React Apps

Set up webpack config

const path = require('path');
const {genWebpackConfig} = require('@nuvolo/webpack-config');
const options = {
  /* Path to .env file from webpack config */
  envPath:path.resolve('../../.env'),
  /* Path to files we want to serve */
  servePath:path.resolve('./dist')
}
const config = genWebpackConfig(options);
// make any desired changes...
module.exports = config;

Readme

Keywords

none

Package Sidebar

Install

npm i @nuvolo/webpack-config

Weekly Downloads

0

Version

0.1.4

License

GPL-3.0

Unpacked Size

3.78 kB

Total Files

3

Last publish

Collaborators

  • jarrod.deboy
  • jakeye-nuvolo
  • brandonsmith-nuvolo
  • nuvolo-admin