Skip to content

Commit

Permalink
chroe: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Oct 17, 2024
1 parent 4186fb2 commit b43c641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const CopyPlugin = require('copy-webpack-plugin');
const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin');
const { sentryWebpackPlugin } = require('@sentry/webpack-plugin');
const TerserPlugin = require('terser-webpack-plugin');
const IgnoreNotFoundExportPlugin = require('.tools/scripts/IgnoreNotFoundExportPlugin');
const IgnoreNotFoundExportPlugin = require('./tools/scripts/IgnoreNotFoundExportPlugin');
const Fontmin = require('@nativescript-community/fontmin');
const SpeedMeasurePlugin = require('speed-measure-webpack-plugin');

Expand Down

0 comments on commit b43c641

Please sign in to comment.