mirror of
https://github.com/sim1222/misskey.git
synced 2025-07-02 00:40:04 +09:00
Fix bug
This commit is contained in:
@ -28,7 +28,7 @@ export default (lang, locale) => {
|
||||
|
||||
return {
|
||||
enforce: 'pre',
|
||||
test: /\.(tag|js)$/,
|
||||
test: /\.(tag|js|ts)$/,
|
||||
exclude: /node_modules/,
|
||||
loader: StringReplacePlugin.replace({
|
||||
replacements: [{
|
||||
|
Reference in New Issue
Block a user