Webpack typescript config support (WebpackDevMiddleware) #652

Closed
opened 2025-08-09 17:17:07 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @michelebombardi on 6/20/2017

I've configured my webpack using typescript files instead of javascript. All works finw with webpack but when I execute the app the following exception is thrown:

Exception: Call to Node module failed with error: C:\Code\VisualStudioProjects\CaliUp\CaliUp\webpack.config.ts:1 (function (exports, require, module, __filename, __dirname) { import * as path from 'path';

Did you support typescrit webpack config files? Is there any way to configure it?

*Originally created by @michelebombardi on 6/20/2017* I've configured my webpack using typescript files instead of javascript. All works finw with webpack but when I execute the app the following exception is thrown: `Exception: Call to Node module failed with error: C:\Code\VisualStudioProjects\CaliUp\CaliUp\webpack.config.ts:1 (function (exports, require, module, __filename, __dirname) { import * as path from 'path';` Did you support typescrit webpack config files? Is there any way to configure it?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#652
No description provided.