mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 13:51:27 +08:00
feat: basic webpack-chain setup
This commit is contained in:

committed by
Nathan Walker

parent
96da507d64
commit
aaae0d4f2e
@ -2,5 +2,9 @@ import { Configuration } from 'webpack';
|
||||
|
||||
// todo: add base configuration that's shared across all flavors
|
||||
export default function (env): Configuration {
|
||||
return {};
|
||||
return {
|
||||
entry: {
|
||||
'bundle.js': 'bundle.js',
|
||||
},
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user