web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / PCF - possible webpack...
Power Apps
Unanswered

PCF - possible webpack issue with Express npm module

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

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

I have the same question (0)
  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Adding the following code to the webpack config seems to have fixed it:

    externals: [{ 'express': { commonjs: 'express' } }]
  • cchannon Profile Picture
    4,702 Moderator on at

    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?

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 358 Most Valuable Professional

#2
11manish Profile Picture

11manish 214 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 185

Last 30 days Overall leaderboard