Solved.
I needed to understand the process of making my .js file browser compatible.
So before building the plugin for TW5, had to: 
- npm install  : create a node-modules folder with all the dependencies
- browserify the resulting .js file and node-modules folder. This is done with 
a script in package.json. The script being by nmpm run <script name>

May be it could be of interest to update the dev documentation with some 
comment on resolving dependencies (npm install) and browserify (npm run 
<script>).

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/7c4f1b40-a540-447c-b8e9-b36f68e4ca59%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to