We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0197f4 commit 693f40dCopy full SHA for 693f40d
apps/generator-cli/webpack.config.js
@@ -1,5 +1,5 @@
1
-/* eslint-disable no-undef */
2
-/* eslint-disable @typescript-eslint/no-var-requires */
+/* eslint-disable */
+
3
const { composePlugins, withNx } = require('@nx/webpack');
4
const { name, version, ...packageConfig } = require('../../package.json');
5
const GeneratePackageJsonPlugin = require('generate-package-json-webpack-plugin');
0 commit comments