move to iife rather than es, add support for Wx and streamlit
This commit is contained in:
@ -3,10 +3,14 @@ import terser from '@rollup/plugin-terser';
|
||||
|
||||
export default [
|
||||
{
|
||||
input: 'src/general/handler.ts',
|
||||
input: 'src/index.ts',
|
||||
output: {
|
||||
file: 'dist/bundle.js',
|
||||
format: 'es',
|
||||
format: 'iife',
|
||||
name: 'Lib',
|
||||
globals: {
|
||||
'lightweight-charts': 'LightweightCharts'
|
||||
},
|
||||
},
|
||||
external: ['lightweight-charts'],
|
||||
plugins: [
|
||||
|
||||
Reference in New Issue
Block a user