偏右
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
webpack.config.js
|
|
@ -47,7 +47,7 @@ if (process.env.RUN_ENV === 'PRODUCTION') { |
|
|
|
// https://docs.packtracker.io/uploading-your-webpack-stats/webpack-plugin
|
|
|
|
config.plugins.push( |
|
|
|
new PacktrackerPlugin({ |
|
|
|
project_token: '8adbb892-ee4a-4d6f-93bb-a03219fb6778', |
|
|
|
project_token: '30c6a021-96c0-4d67-8bd2-0d2fcbd8962b', |
|
|
|
upload: process.env.CI === 'true', |
|
|
|
fail_build: true, |
|
|
|
exclude_assets: name => !['antd.min.js', 'antd.min.css'].includes(name), |
|
|
@ -83,7 +83,7 @@ if (process.env.RUN_ENV === 'PRODUCTION') { |
|
|
|
// https://docs.packtracker.io/uploading-your-webpack-stats/webpack-plugin
|
|
|
|
config.plugins.push( |
|
|
|
new PacktrackerPlugin({ |
|
|
|
project_token: '8adbb892-ee4a-4d6f-93bb-a03219fb6778', |
|
|
|
project_token: '30c6a021-96c0-4d67-8bd2-0d2fcbd8962b', |
|
|
|
upload: process.env.CI === 'true', |
|
|
|
fail_build: true, |
|
|
|
exclude_assets: name => !['antd.dark.min.js', 'antd.dark.min.css'].includes(name), |
|
|
|