~cytrogen/masto-fe

ref: e9a79d46cd2d287b2c984d308ac7a6989efe3d53 masto-fe/ide-helper.js -rw-r--r-- 324 bytes
e9a79d46 — Claire Fix crash when SSO_ACCOUNT_SETTINGS is not defined (#24628) 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
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'),
    },
  },
};