Replies: 1 comment
-
This sounds similar to some issues that existed with Webpack in the past where files with Could you check if Brunch supports the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to use fflate in a React/Typescript web app project.
I'm using Brunch (https://brunch.io/) as package manager.
In it's brunch-config.js file there is (among others):
I added fflate in the dependencies of my package.json file (and ran yarn install) and imported it in one of my source files:
However when I run my built web app it complains that it can't find the module fflate.
And indeed when I open my vendor.js file and search for 'fflate', it can't be found while I do find other libraries I use.
All libraries have their subdirectory in the directory node_modules, including fflate.
Any idea why fflate is not included in the vendor.js file brunch creates?
(and hence unfortunately I can't use fflate in my project)
Beta Was this translation helpful? Give feedback.
All reactions