diff --git a/packages/generators/app/lib/resources/files/ts/src/admin/webpack.config.example.ts b/packages/generators/app/lib/resources/files/ts/src/admin/webpack.config.example.js similarity index 65% rename from packages/generators/app/lib/resources/files/ts/src/admin/webpack.config.example.ts rename to packages/generators/app/lib/resources/files/ts/src/admin/webpack.config.example.js index b3ef42fa7a..1ca45c2166 100644 --- a/packages/generators/app/lib/resources/files/ts/src/admin/webpack.config.example.ts +++ b/packages/generators/app/lib/resources/files/ts/src/admin/webpack.config.example.js @@ -1,4 +1,7 @@ -export default (config, webpack) => { +'use strict'; + +/* eslint-disable no-unused-vars */ +module.exports = (config, webpack) => { // Note: we provide webpack above so you should not `require` it // Perform customizations to webpack config // Important: return the modified config