Aurelia 1.x Q&A - Sandbox at https://codesandbox.io/s/aurelia-javascript-sandbox-jnl6q85zq5
dependabot[bot] on npm_and_yarn
chore(deps): bump trim-off-newl… (compare)
dependabot[bot] on npm_and_yarn
chore(deps): bump tar from 4.4.… (compare)
dependabot[bot] on npm_and_yarn
chore(deps): bump trim-off-newl… (compare)
dependabot[bot] on npm_and_yarn
chore(deps): bump aurelia-frame… (compare)
dependabot[bot] on npm_and_yarn
chore(deps): bump trim-off-newl… (compare)
dependabot[bot] on npm_and_yarn
chore(deps): bump trim-off-newl… (compare)
(function () {
const extractCss = { filename: '[name].css', allChunks: false, sourceMap: false };
const extractCSSinstance = extractCss ? new ExtractTextPlugin(extractCss.filename || '[name].css', extractCss) : null;
let config = {
module: {
loaders: get(this, 'module.loaders', []).concat([{
test: /\.scss$/i,
loaders: extractCss ? extractCSSinstance.extract('style', ['css', 'postcss', 'sass']) : ['style', 'css', 'postcss', 'sass']
}])
}
};
return config;
})(),
this
inside the function.
undefined
when the type is loaded from a relative path which goes one level up
import { ConfigurationService } from '../core/configuration-service'
import { AnotherService } from './another-service'
_aureliaMetadata.metadata.getOwn("design:paramtypes", target) || _emptyParameters
- maybe it cannot find the type metadata