lexical-vue2
Advanced tools
Comparing version 1.0.6 to 1.0.7
import vue from 'rollup-plugin-vue'; | ||
import resolve from '@rollup/plugin-node-resolve'; | ||
import commonjs from '@rollup/plugin-commonjs'; | ||
import { terser } from 'rollup-plugin-terser'; | ||
import babel from 'rollup-plugin-babel'; | ||
@@ -10,17 +10,17 @@ export default { | ||
{ | ||
file: 'dist/bundle.js', | ||
format: 'umd', | ||
name: 'lexical-vue2', | ||
globals: { | ||
vue: 'Vue' | ||
} | ||
file: 'dist/bundle.js', | ||
format: 'umd', | ||
name: 'lexical-vue2', | ||
globals: { | ||
vue: 'Vue' | ||
} | ||
}, | ||
{ | ||
file: 'dist/bundle.esm.js', | ||
format: 'esm', | ||
globals: { | ||
vue: 'Vue' | ||
} | ||
file: 'dist/bundle.esm.js', | ||
format: 'esm', | ||
globals: { | ||
vue: 'Vue' | ||
} | ||
} | ||
], | ||
], | ||
plugins: [ | ||
@@ -35,2 +35,5 @@ resolve({ | ||
}), | ||
babel({ | ||
exclude: 'node_modules/**' // 只对我们的源代码进行转换 | ||
}) | ||
], | ||
@@ -37,0 +40,0 @@ external: [ |
{ | ||
"name": "lexical-vue2", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "use lexical in vue2", | ||
@@ -37,2 +37,4 @@ "main": "dist/bundle.js", | ||
"devDependencies": { | ||
"@babel/core": "^7.12.16", | ||
"@babel/preset-env": "^7.22.10", | ||
"@rollup/plugin-commonjs": "^25.0.3", | ||
@@ -42,2 +44,3 @@ "@rollup/plugin-node-resolve": "13.3.0", | ||
"rollup": "2.68.0", | ||
"rollup-plugin-babel": "^4.4.0", | ||
"rollup-plugin-buble": "^0.19.8", | ||
@@ -44,0 +47,0 @@ "rollup-plugin-flow-no-whitespace": "^1.0.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
190160
23
4841
0
16