You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Brunch is not building correct JS imports for use in an NPM Package. You can see my current project on the moment-js-error. The require.register("assets/js/torch.js",function()...) found in priv/static/torch.js causes a console error when the Torch NPM package is used in another project. Therefore, Pikaday fields do not work.
At this point, after research and trying various solutions, I'd recommend replacing Brunch with another asset building like Webpack.
The text was updated successfully, but these errors were encountered:
Brunch is not building correct JS imports for use in an NPM Package. You can see my current project on the moment-js-error. The
require.register("assets/js/torch.js",function()...)
found inpriv/static/torch.js
causes a console error when the Torch NPM package is used in another project. Therefore, Pikaday fields do not work.At this point, after research and trying various solutions, I'd recommend replacing Brunch with another asset building like Webpack.
The text was updated successfully, but these errors were encountered: