refactor: Remove moduleIds

This commit is contained in:
Farkas József
2016-09-01 17:07:57 +02:00
parent 016657c30a
commit 5367346990
19 changed files with 0 additions and 29 deletions

View File

@@ -18,17 +18,6 @@ module.exports = {
modulesDirectories: ['node_modules']
},
module: {
preLoaders: [
{
test: /(.js|.ts)$/,
loader: 'string-replace-loader',
query: {
search: 'moduleId: module.id,',
replace: '',
flags: 'g'
}
}
],
loaders: [
{ test: /\.ts$/, loader: 'ts-loader', exclude: /node_modules/ },
{ test: /\.html$/, loader: 'html-loader' },