@flatjs/evolve
TypeScript icon, indicating that this package has built-in type declarations

2.0.14 • Public • Published

@flatjs/evolve

Note: because below configuration of tsconfig.json

{ "baseUrl": "./src" }

We should not create folder name like webpack in src/webpack;

  1. while we use import { moduleX } from webpack; it will resolve moduleX from src/webpack instead import from node_modules
  2. while use vitest it may broken cause of wrong webpack imported.
  3. change src/webpack to src/create-webpack is ok.

Notes: cause of esm

  1. import { webpack } from 'webpack' should be change to import webpack from 'webpack'
  2. import { merge } from 'lodash' should be change to import _ from 'lodash'

Readme

Keywords

none

Package Sidebar

Install

npm i @flatjs/evolve

Weekly Downloads

42

Version

2.0.14

License

MIT

Unpacked Size

161 kB

Total Files

219

Last publish

Collaborators

  • tianyingchun