Skip to content

Commit

Permalink
Update webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Jun 10, 2024
1 parent f6257ec commit fcaac4c
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,5 @@ Encore
}
})
;
var config = Encore.getWebpackConfig();

// Fix for extensionless imports
// @see https://webpack.js.org/configuration/module/#resolvefullyspecified
config.module.rules.push({
test: /\.m?js/,
resolve: {
fullySpecified: false
}
});

export default config;
export default Encore.getWebpackConfig();

0 comments on commit fcaac4c

Please sign in to comment.