Merge pull request #13905 from strapi/fix/typescript-webpack-config-not-loaded-in-building-13754

Fix webpack custom config loading in TypeScript projects
This commit is contained in:
Simone 2022-08-03 15:22:41 +02:00 committed by GitHub
commit dcb5e64d5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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