mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2026-01-27 12:50:51 +03:00
add configDiffPlugin
This commit is contained in:
@@ -7,6 +7,7 @@ const BuildManifest = require('./webpack.manifest');
|
||||
const srcDir = '../src/';
|
||||
const fs = require("fs");
|
||||
const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin');
|
||||
const configDiffPlugin = require('./configDiffPlugin');
|
||||
|
||||
const edgeLanguages = [
|
||||
"de",
|
||||
@@ -116,6 +117,7 @@ module.exports = env => ({
|
||||
browser: env.browser,
|
||||
pretty: env.mode === "production",
|
||||
stream: env.stream
|
||||
})
|
||||
}),
|
||||
new configDiffPlugin()
|
||||
]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user