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

Notifications

Announcements

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

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
    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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 796 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 327 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 268

Last 30 days Overall leaderboard