mirror of
https://github.com/ethan-zf/cesium-plot-js.git
synced 2025-06-23 19:17:29 +00:00
Add export es module
This commit is contained in:
parent
fe0b7ec523
commit
9563bc1e1d
@ -23,7 +23,6 @@ export default defineConfig(({ mode }) => {
|
|||||||
entry: path.resolve(__dirname, 'src/index.ts'),
|
entry: path.resolve(__dirname, 'src/index.ts'),
|
||||||
name: 'CesiumPlot',
|
name: 'CesiumPlot',
|
||||||
fileName: 'CesiumPlot',
|
fileName: 'CesiumPlot',
|
||||||
formats: ['umd'],
|
|
||||||
},
|
},
|
||||||
rollupOptions: {
|
rollupOptions: {
|
||||||
external: ['cesium'],
|
external: ['cesium'],
|
||||||
|
Loading…
Reference in New Issue
Block a user