mirror of
https://github.com/strapi/strapi.git
synced 2025-08-13 19:27:34 +00:00
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:
commit
dcb5e64d5d
@ -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
|
// Note: we provide webpack above so you should not `require` it
|
||||||
// Perform customizations to webpack config
|
// Perform customizations to webpack config
|
||||||
// Important: return the modified config
|
// Important: return the modified config
|
Loading…
x
Reference in New Issue
Block a user