chore: workiing on base

This commit is contained in:
Martin Guillon
2020-11-14 15:13:09 +01:00
parent 9250bf2222
commit 9dd5471d6d
4 changed files with 88 additions and 9 deletions

View File

@ -1,7 +1,10 @@
import { Configuration } from 'webpack';
import Config from 'webpack-chain';
// todo: add base configuration that's shared across all flavors
export default function (env): Configuration {
const config = new Config()
config.entry('')
return {
entry: {
'bundle.js': 'bundle.js',