David Wilhelm

Results 7 issues of David Wilhelm

I ran into an issue with this plugin where it caused a webpack alias config to change, strangely only for one module. It was trying to resolve it, rather than...

When consuming a react-component library generated with the react-output-target, in an NX project, then using one of the components in a React library & app, I get the following error...

bug

install build fails on Node 12. see https://github.com/sass/node-sass/issues/2632 for reasons... the current version of node-sass in the package-lock is 4.9, which does not build in Node 12, which is now...

I modified the slider-pack.js code to update hash for each image to allow deep linking. Also got back button to work. added a less variable which was causing a less...

When I attempt use the jest-electron/environment I get the error: ● Test suite failed to run TypeError: Jest: a transform must export a `process` function. Note: using Jest 27. perhaps...

Tried @skatejs/ssr/jest as my testEnvironment in Jest 27. Get this when running tests: Test environment found at "/Volumes/Code/clinical-frontend/node_modules/@skatejs/ssr/jest.js" does not export a "getVmContext" method, which is mandatory from Jest 27....

Steps to Repro: 1. Clone repo 2. npm install 3. lerna bootstrap 4. build component-library 5. build component-library-angular 6. 'npm start' app-angular 7. Open http://localhost:4200 in Chrome (80) 8. See...