Skip to content

Commit 940f9fb

Browse files
authored
Merge pull request #24 from edx/djoy/pin-dependencies
fix: pinning versions and regenerating package-lock
2 parents 1365cc6 + c7d57b0 commit 940f9fb

File tree

3 files changed

+1900
-2053
lines changed

3 files changed

+1900
-2053
lines changed

config/webpack.prod.config.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ const CleanWebpackPlugin = require('clean-webpack-plugin');
77
const HtmlWebpackNewRelicPlugin = require('html-webpack-new-relic-plugin');
88
const HtmlWebpackPlugin = require('html-webpack-plugin');
99
const MiniCssExtractPlugin = require('mini-css-extract-plugin');
10-
const NewRelicSourceMapPlugin = require('new-relic-source-map-webpack-plugin');
1110
const { BundleAnalyzerPlugin } = require('webpack-bundle-analyzer');
1211
const PostCssRtlPlugin = require('postcss-rtl');
1312
const PostCssAutoprefixerPlugin = require('autoprefixer');
@@ -165,12 +164,6 @@ module.exports = Merge.smart(commonConfig, {
165164
license: process.env.NEW_RELIC_LICENSE_KEY || 'fake_app',
166165
applicationID: process.env.NEW_RELIC_APP_ID || 'fake_license',
167166
}),
168-
new NewRelicSourceMapPlugin({
169-
applicationId: process.env.NEW_RELIC_APP_ID,
170-
nrAdminKey: process.env.NEW_RELIC_ADMIN_KEY,
171-
staticAssetUrl: process.env.BASE_URL,
172-
noop: typeof process.env.NEW_RELIC_ADMIN_KEY === 'undefined', // upload source maps in prod builds only
173-
}),
174167
new BundleAnalyzerPlugin({
175168
analyzerMode: 'static',
176169
openAnalyzer: false,

0 commit comments

Comments
 (0)