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