-
Anytime I save my a `.elm` source file, everything seems to compile just fine, but whenever I save my `app.js` file I get the following error:
```
Uncaught Error: Module build failed:
Error: Comp…
-
(Continued from #561)
What to do in case of `--stdin` is a good question.
Editor plugins are easiest to implement using `--stdin` for multiple reasons. The main one is that people often format c…
-
Hi
I have project structured like this
```
-project
|--src
|--handlers
|--Module.elm
|--Main.elm
|--elm-package.json
```
I would like to modify Module.elm and then compile Ma…
-
As requested by @dillonkearns I'm moving the discussion from here, quoting for reference:
Me:
> We run into a bit of a dead end that we described here: . We would love to help resolve it at the…
-
If I run elm-doc-preview, it will successfully show me my package documentation but after about 30 seconds, it will crash and the documentation I was viewing will refresh and tell me the page failed t…
-
I had the following elm-package.json
```
{
"version": "1.0.0",
"summary": "Sample Elm Test",
"repository": "https://github.com/user/project.git",
"license": "BSD-3-Clause",
"sourc…
-
-
I have the following in an elm-package.json:
```
"dependencies": {
"elm-lang/core": "5.0.0
-
**EDIT**: OK, it seems I was too sleepy when comparing Webpack 2 and 3, so the problem is not only Webpack 3-specific. It's the same with 2 as well. The only good solution for me was to run `elm make`…
-
I have been playing around with Elm and wanted to use using elm-bulma after migrating away from elm-mdl.
I had found the demo site to be very helpful at elm-mdl (https://debois.github.io/elm-mdl)
…