Resolve craco configuration.

This commit is contained in:
Patrick Fic
2021-08-19 13:45:37 -07:00
parent 3b7c31626d
commit 4e87ef179b
3 changed files with 10586 additions and 11013 deletions

View File

@@ -5,18 +5,21 @@ const SentryWebpackPlugin = require("@sentry/webpack-plugin");
module.exports = { module.exports = {
plugins: [ plugins: [
new SentryWebpackPlugin({ {
// sentry-cli configuration plugin: SentryWebpackPlugin,
authToken: options: {
"6b45b028a02342db97a9a2f92c0959058665443d379d4a3a876430009e744260", // sentry-cli configuration
org: "snapt-software", authToken:
project: "imexonline", "6b45b028a02342db97a9a2f92c0959058665443d379d4a3a876430009e744260",
release: process.env.REACT_APP_GIT_SHA, org: "snapt-software",
project: "imexonline",
release: process.env.REACT_APP_GIT_SHA,
// 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: {

File diff suppressed because it is too large Load Diff

716
yarn.lock

File diff suppressed because it is too large Load Diff