Sep 1, 2018 · 1 min read
The entry point of the library, according to: https://webpack.js.org/concepts/entry-points/ is a line of code in webpack.config.js.
So we need to edit the path on line 11 of the file framerx-build-system/webpack.config.js.
entry: __dirname + “/index.ts”,