mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
chore: workiing on base
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user