It would be great if RT.js was bundled up as a Webpack loader so that a user can integrate RT.js seamlessly into their project. This would require creating a new NPM package named rtjs-loader (or rtjs-webpack-loader) that could be added to a project which would pass source code through the transpiler before being bundled by Webpack.
I'd be happy to get a prototype / reference implementation set up. Please let me know if you have any thoughts on this!
It would be great if RT.js was bundled up as a Webpack loader so that a user can integrate RT.js seamlessly into their project. This would require creating a new NPM package named
rtjs-loader(orrtjs-webpack-loader) that could be added to a project which would pass source code through the transpiler before being bundled by Webpack.I'd be happy to get a prototype / reference implementation set up. Please let me know if you have any thoughts on this!