This website requires JavaScript.
Explore
Help
Sign In
purchasing
/
fuse-angular
Watch
3
Star
0
Fork
0
You've already forked fuse-angular
mirror of
https://github.com/richard-loafle/fuse-angular.git
synced
2025-01-10 20:45:08 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
096e1b47d2
fuse-angular
/
src
/
environments
/
environment.hmr.ts
5 lines
76 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Added HMR config. Use 'npm run hmr' for HMR enabled environment. This start script disables the sourcemaps to further increase the re-compile performance. If you need HMR with sourcemaps use 'npm run hmrs'
2017-09-21 07:58:19 +00:00
export
const
environment
=
{
production
:
false
,
@angular/material v2.0.0-beta.12 compability update, Lots of breaking changes, all "md" prefixes changed with "mat" due to angular material deprecation of "md", md2 package removed, its not compatible with latest material version, will be replaced with another date picker later.
2017-10-10 13:37:14 +00:00
hmr
:
true
Added HMR config. Use 'npm run hmr' for HMR enabled environment. This start script disables the sourcemaps to further increase the re-compile performance. If you need HMR with sourcemaps use 'npm run hmrs'
2017-09-21 07:58:19 +00:00
}
;
Reference in New Issue
Copy Permalink