mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 05:18:39 +08:00
feat(webpack5): initial project files
This commit is contained in:

committed by
Nathan Walker

parent
13a525ddd9
commit
9f436695ad
7
packages/webpack5/src/configuration/index.ts
Normal file
7
packages/webpack5/src/configuration/index.ts
Normal file
@ -0,0 +1,7 @@
|
||||
export { default as angularConfig } from './angular';
|
||||
export { default as baseConfig } from './base';
|
||||
export { default as javascriptConfig } from './javascript';
|
||||
export { default as reactConfig } from './react';
|
||||
export { default as svelteConfig } from './svelte';
|
||||
export { default as typescriptConfig } from './typescript';
|
||||
export { default as vueConfig } from './vue';
|
Reference in New Issue
Block a user