Skip to content

Commit 1ff85ee

Browse files
justin808claude
andcommitted
Set inputSourceMap to undefined and disable sourceMaps
Explicitly set inputSourceMap to undefined (one of the allowed values) and disable sourceMaps entirely to prevent babel-loader errors. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 0eef223 commit 1ff85ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/webpack/commonWebpackConfig.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ const stimulusRule = {
7676
use: {
7777
loader: 'babel-loader',
7878
options: {
79-
inputSourceMap: false,
79+
sourceMaps: false,
80+
inputSourceMap: undefined,
8081
presets: [
8182
['@babel/preset-env', {
8283
useBuiltIns: 'entry',

0 commit comments

Comments
 (0)