UNPKG

@rockpack/compiler

Version:

The easiest webpack config generator.

10 lines (6 loc) 158 B
const { makeConfig } = require('@rockpack/codestyle'); const config = makeConfig(); config.push({ ignores: ['examples/**'], }); module.exports = config;