Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Add JS IDE helper (mastodon#13012)
Browse files Browse the repository at this point in the history
* add IDE helper for Webpack

* fix ESLint error in IDE helper

* fix IDE helper code style
  • Loading branch information
Grawl authored Apr 27, 2020
1 parent acc367f commit ee017ca
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ide-helper.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/* 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'),
},
},
};

0 comments on commit ee017ca

Please sign in to comment.