Remove webpack hints IDE config (#36769)

This commit is contained in:
Matt Jankowski
2025-11-11 06:16:15 -05:00
committed by GitHub
parent b53ee04475
commit fa5318b333

View File

@@ -1,12 +0,0 @@
/* global path */
/*
Preferences | Languages & Frameworks | JavaScript | Webpack | webpack configuration file
jetbrains://WebStorm/settings?name=Languages+%26+Frameworks--JavaScript--Webpack
*/
module.exports = {
resolve: {
alias: {
'mastodon': path.resolve(__dirname, 'app/javascript/mastodon'),
},
},
};