mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-12 23:38:20 +00:00
Remove webpack hints IDE config (#36769)
This commit is contained in:
@@ -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'),
|
||||
},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user