diff --git a/webpack.config.js b/webpack.config.js index c06a7e0..b944b06 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -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; \ No newline at end of file +export default Encore.getWebpackConfig(); \ No newline at end of file