Skip to content

Commit 0eef223

Browse files
justin808claude
andcommitted
Fix Babel loader inputSourceMap error
Set inputSourceMap: false to prevent Babel from trying to process webpack's source maps, which was causing the build to fail. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent b4a1673 commit 0eef223

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/webpack/commonWebpackConfig.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ const stimulusRule = {
7676
use: {
7777
loader: 'babel-loader',
7878
options: {
79+
inputSourceMap: false,
7980
presets: [
8081
['@babel/preset-env', {
8182
useBuiltIns: 'entry',

0 commit comments

Comments
 (0)