We for some reason do <script src="../dist/index.dev.js" type="text/javascript"></script> in examples. I tihnk it's wrong
<script src="../dist/index.dev.js" type="text/javascript"></script>
The problem for this is that '@chartwerk/core', 'd3', 'lodash' are externals
'@chartwerk/core', 'd3', 'lodash'
actuaelly it makes examples not correct
Maybe we shoudl create index.min.js which is bundle and index.js which is not bunlde with external libs
index.min.js
index.js
No due date set.
This issue currently doesn't have any dependencies.
Deleting a branch is permanent. It CANNOT be undone. Continue?
We for some reason do
<script src="../dist/index.dev.js" type="text/javascript"></script>
in examples. I tihnk it's wrongThe problem for this is that
'@chartwerk/core', 'd3', 'lodash'
are externalsactuaelly it makes examples not correct
Maybe we shoudl create
index.min.js
which is bundle andindex.js
which is not bunlde with external libs