Conversation
ab17da5 to
483a4f1
Compare
e62ddda to
52ccb93
Compare
| "angular-translate": "^2.11.0", | ||
| "angular-ui-bootstrap": "~1.2.1", | ||
| "angular-ui-codemirror": "^0.3.0", | ||
| "angular-ui-codemirror": "jpetitcolas/ui-codemirror#di", |
There was a problem hiding this comment.
To fix some strict DI errors, preventing JSON field to be colored.
|
Should be fine now. Can someone give it a try using this branch? |
|
Happy to report that I did not face any more issues using this branch! Since I am also using webpack and babel. I also managed to make this work without the transpiled libs, by using an alias and including the source of ng-admin. |
|
@Phocea: Glad to read it! :) I voluntarily did not mention it. Indeed, if you use Babel, you can either use @fzaninotto: switching it to RFR. We should release an |
webpack.config.js
Outdated
| @@ -1,4 +1,5 @@ | |||
| var ExtractTextPlugin = require('extract-text-webpack-plugin'); | |||
| var path = require('path'); | |||
As it breaks other projects because of missing dependencies (for instance
admin-configone).Still in WIP as I am testing it on a project rewrite.