mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 22:01:42 +08:00
feat: addCopyRule removeCopyRule helpers
This commit is contained in:

committed by
Nathan Walker

parent
a014bbffb8
commit
1086c6f9b3
@ -1,13 +1,14 @@
|
||||
import { merge } from 'webpack-merge';
|
||||
|
||||
import { addCopyRule, removeCopyRule } from './copyRules';
|
||||
import { determineProjectFlavor } from './flavor';
|
||||
import { error, info, warn } from './log';
|
||||
import { getValue } from './config';
|
||||
import {
|
||||
getAllDependencies,
|
||||
hasDependency,
|
||||
getDependencyPath,
|
||||
} from './dependencies';
|
||||
import { determineProjectFlavor } from './flavor';
|
||||
import { error, info, warn } from './log';
|
||||
import { getValue } from './config';
|
||||
import {
|
||||
getAbsoluteDistPath,
|
||||
getDistPath,
|
||||
@ -22,8 +23,11 @@ import {
|
||||
// as this generates nicer typings
|
||||
// that show all the utils inline
|
||||
// rather than imports to types
|
||||
// todo: maybe use api-extractor instead
|
||||
export default {
|
||||
merge,
|
||||
addCopyRule,
|
||||
removeCopyRule,
|
||||
config: {
|
||||
getValue,
|
||||
},
|
||||
|
Reference in New Issue
Block a user