Closed frru closed 3 years ago
Yeah, it seems "plugins [...." goes outside the "webpack" object (if you have one in the config).
e.g.
module.exports = { webpack: { alias: { "@": path.resolve(__dirname, "src/"), }, }, plugins: [ { plugin: rawLoader, options: { test: /\.md$/i, exclude: /node_modules/, }, }, ], };
Should be solved by #1, don't hesitate to reopen if you have any other issues. For some reason, I was not receiving any notifications from the repository.
After I delete the webpack property, it work.