mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
feat(webpack5): initial project files
This commit is contained in:
6
packages/webpack5/src/configuration/base.ts
Normal file
6
packages/webpack5/src/configuration/base.ts
Normal file
@ -0,0 +1,6 @@
|
||||
import { Configuration } from 'webpack';
|
||||
|
||||
// todo: add base configuration that's shared across all flavors
|
||||
export default function (env): Configuration {
|
||||
return {};
|
||||
}
|
Reference in New Issue
Block a user