Hi,
When using the Express npm module within a PCF control I'm getting the following warning and then a lot of errors:
WARNING in ./node_modules/express/lib/view.js 74:13-25
Critical dependency: the request of a dependency is an expression
@ ./node_modules/express/lib/application.js
@ ./node_modules/express/lib/express.js
@ ./node_modules/express/index.js
The advice I've found online is to use webpack-node-externals to exclude Express from being bundled. If I look at webpackConfig.js in my PCF control then node modules are already excluded. If I use webpack-node-externals anyway then this resolves the build errors but then my control doesn't load.
I'd be really grateful for any advice.
Thanks
Paul
Unfortunately, that's only going to solve your problem temporarily. An Initialized PCF attaches to npm install and writes over the webpack config a bit indelicately. So, the next time you (or someone who grabs your code) run npm install, it will overwrite your change and you'll need to edit config again.
(not the answer you were hoping for, I am sure)
@HemantG is this a known issue?
Adding the following code to the webpack config seems to have fixed it:
WarrenBelz
81
Most Valuable Professional
mmbr1606
53
Super User 2025 Season 1
stampcoin
48