Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arconamagi authored Aug 28, 2018
1 parent fa0305c commit cc2e41e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ for JetBrains IDEs (Idea, WebStorm, ...)

In your project folder invoke:

* `npm i intellij-emberjs-import-support --save-dev`
* `npm i intellij-emberjs-import-support`<br>
Note: Please do not specify `--save-dev` during npm install - it will lead to Ember.js error:<br>
The `intellij-emberjs-import-support` addon could not be found at `../node_modules/intellij-emberjs-import-support`.


* in the project's root create `webpack.config.js` file with the following content:
```javascript
Expand Down

0 comments on commit cc2e41e

Please sign in to comment.