UNPKG

@dabapps/create-webpack-config

Version:

A utility for creating webpack configs with common settings

11 lines (9 loc) 236 B
const createWebpackConfig = require('./src'); module.exports = createWebpackConfig({ input: './test-files/src/index.ts', outDir: './test-files/build/js', tsconfig: './tsconfig.json', env: { NODE_ENV: 'production', }, });