copy assets rollup module #266
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
at package.json we have a module, that should copy files(if needed) while building code to es6 version. and before few last weeks, this module was outdated and not copying our files.
My idea was: move away
data
folder outside ofsrc
- because at that folder only tests are not static. and have maybe another folder for generated json as well. and when we'll run a build, data from both static and generated jsons will be merged inside ofdist
folder, that actually are publishing at npmThe text was updated successfully, but these errors were encountered: