@logicflow/layout 1.2.0-alpha.16 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,24 @@
1
+
2
+ > @logicflow/layout@2.0.0-beta.0 prebuild /Users/didi/Desktop/github/LogicFlow/packages/layout
3
+ > rss
4
+
5
+ > [prebuild] run-s -s clean:build
6
+ > [clean:build] rimraf dist es lib
7
+
8
+ > @logicflow/layout@2.0.0-beta.0 build /Users/didi/Desktop/github/LogicFlow/packages/layout
9
+ > run-p -s build:dev build:umd
10
+
11
+ 
12
+ ./src/index.ts → dist/index.min.js...
13
+ +------------------------------------+
14
+ | |
15
+ | Bundle Format: umd |
16
+ | Bundle Name: Layout |
17
+ | Destination: dist/index.min.js |
18
+ | Bundle Size: 246 B |
19
+ | Minified Size: 207 B |
20
+ | GZipped Size: 169 B |
21
+ | |
22
+ +------------------------------------+
23
+ (!) [plugin typescript] @rollup/plugin-typescript: Rollup requires that TypeScript produces ES Modules. Unfortunately your configuration specifies a "module" other than "esnext". Unless you know what you're doing, please change "module" to "esnext" in the target tsconfig.json file or plugin options.
24
+ created dist/index.min.js in 3.4s