Resolve craco configuration.
This commit is contained in:
@@ -5,7 +5,9 @@ const SentryWebpackPlugin = require("@sentry/webpack-plugin");
|
|||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
plugins: [
|
plugins: [
|
||||||
new SentryWebpackPlugin({
|
{
|
||||||
|
plugin: SentryWebpackPlugin,
|
||||||
|
options: {
|
||||||
// sentry-cli configuration
|
// sentry-cli configuration
|
||||||
authToken:
|
authToken:
|
||||||
"6b45b028a02342db97a9a2f92c0959058665443d379d4a3a876430009e744260",
|
"6b45b028a02342db97a9a2f92c0959058665443d379d4a3a876430009e744260",
|
||||||
@@ -16,7 +18,8 @@ module.exports = {
|
|||||||
// webpack-specific configuration
|
// webpack-specific configuration
|
||||||
include: ".",
|
include: ".",
|
||||||
ignore: ["node_modules", "webpack.config.js"],
|
ignore: ["node_modules", "webpack.config.js"],
|
||||||
}),
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
plugin: CracoLessPlugin,
|
plugin: CracoLessPlugin,
|
||||||
options: {
|
options: {
|
||||||
|
|||||||
20858
client/yarn.lock
20858
client/yarn.lock
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user