speed-measure-webpack-plugin
speed-measure-webpack-plugin copied to clipboard
Enabling `granularLoaderData` causese`rror: options/query provided without loader (use loader + options) in` error
Enabling granularLoaderData causeserror: options/query provided without loader (use loader + options) in error
Is there somethign else i need to do?
Full console output:
Error: options/query provided without loader (use loader + options) in { "test": {}, "include": [ ... ], "options": { "cacheDirectory": true, "babelrc": false, "presets": [ [ "@babel/preset-env", { "targets": { "browsers": [ ">1%", "last 4 versions", "Firefox ESR", "not ie < 9" ] }, "forceAllTransforms": false, "modules": false, "useBuiltIns": false, "debug": false } ], "@babel/preset-typescript", [ "@babel/preset-react", { "development": true } ] ], "plugins": [ [ "@babel/plugin-syntax-dynamic-import" ], [ "@babel/plugin-syntax-import-meta" ], [ "@babel/plugin-proposal-class-properties" ], [ "@babel/plugin-proposal-json-strings" ], [ "react-intl", { "messagesDir": "D:\damian\datto-rmm-frontend\build\messages\extracted", "extractSourceLocation": true } ] ] }, "use": [ "speed-measure-webpack-plugin/loader", "babel-loader" ] }