Frontmatter
| id | 1215 |
| title | Neo.config.environment (dev, dist/dev, dist/prod) |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Sep 21, 2020, 1:42 PM |
| updatedAt | Sep 21, 2020, 2:49 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1215 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 21, 2020, 2:49 PM |
Neo.config.environment (dev, dist/dev, dist/prod)
tobiu assigned to @tobiu on Sep 21, 2020, 1:42 PM
tobiu changed title from Neo.config.mode (dev, dist/dev, dist/prod) to Neo.config.environment (dev, dist/dev, dist/prod) on Sep 21, 2020, 1:54 PM

tobiu
Sep 21, 2020, 1:55 PM
since we already have Neo.config.environment, i will stick to this one and add the dev mode here.
new values:
- development
- dist/development
- dist/production

tobiu
Sep 21, 2020, 2:49 PM
done.
tobiu closed this issue on Sep 21, 2020, 2:49 PM
We are still using Neo.config.isExperimental.
At this point, the name is most likely no longer clear to anyone :)
Before Chrome v81, we needed an experimental web platform features flag, to enable JS modules inside the worker scope.
This one is no longer needed and the config just means mode: dev.
Will add the new config now and remove the old one once ready.