Remove experimental flag already supported in stable
This commit is contained in:
@@ -2,9 +2,6 @@ const FaviconsWebpackPlugin = require("favicons-webpack-plugin");
|
|||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
target: "server",
|
target: "server",
|
||||||
experimental: {
|
|
||||||
jsconfigPaths: true
|
|
||||||
},
|
|
||||||
webpack: (config) => {
|
webpack: (config) => {
|
||||||
config.plugins.push(
|
config.plugins.push(
|
||||||
new FaviconsWebpackPlugin({
|
new FaviconsWebpackPlugin({
|
||||||
|
|||||||
Reference in New Issue
Block a user