diff --git a/packages/cli/src/lib/bundle/config.ts b/packages/cli/src/lib/bundle/config.ts index fc2dbc3173..97755ba892 100644 --- a/packages/cli/src/lib/bundle/config.ts +++ b/packages/cli/src/lib/bundle/config.ts @@ -54,17 +54,6 @@ export function createConfig(options: BundlingOptions): webpack.Configuration { }, module: { rules: [ - { - test: /\.(tsx?|jsx?|mjs)$/, - enforce: 'pre', - include: [paths.targetSrc, paths.targetDev], - use: { - loader: 'eslint-loader', - options: { - emitWarning: true, - }, - }, - }, { test: /\.(tsx?)$/, exclude: /node_modules/,