Remove marky, mark-loader

This commit is contained in:
Alex Gleason
2023-01-17 21:37:00 -06:00
parent 842ada3930
commit feeb80fe22
5 changed files with 0 additions and 61 deletions

View File

@ -1,14 +0,0 @@
import { env } from 'process';
import type { RuleSetRule } from 'webpack';
let rule: RuleSetRule = {};
if (env.NODE_ENV !== 'production') {
rule = {
test: /\.js$/,
loader: 'mark-loader',
};
}
export default rule;