You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the @angularclass/hmr-loader npm webpack plugin, but it tries to install a lib named @angularclass-loader, looks like it doesn't handle the / well.
From my webpack config:
loaders: [
// Support for .ts files.
{
test: /\.ts$/,
loaders: ['awesome-typescript', 'angular2-template', '@angularclass/hmr-loader'],
exclude: [/\.(spec|e2e)\.ts$/]
}
The text was updated successfully, but these errors were encountered:
Hello,
I use the
@angularclass/hmr-loader
npm webpack plugin, but it tries to install a lib named@angularclass-loader
, looks like it doesn't handle the/
well.From my webpack config:
The text was updated successfully, but these errors were encountered: