1.0.0 • Published 7 years ago

@objectpartners/presentation-config v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

opi-presentation-config

Exports a webpack config that can be used to get a head-start on the next sweet OPi presentation.

Usage

With Webpack

  1. npm install @objectpartners/presentation-config --save-dev
  2. Add a webpack.config.js in the root directory
  3. Edit as below:
const getWebpackConfig = require('@objectpartners/presentation-config');

module.exports = getWebpackConfig({});

This will export a webpack config containing all the necessary loaders (e.g. css, pug, typescript, etc.), so that you can get up and running as quick as possible.