webpack - use mainFields: ['module', 'main'] for everyone

This commit is contained in:
Johannes Rieken
2018-09-13 11:48:06 +02:00
parent 5b223a4529
commit f1962fe5ad
9 changed files with 2 additions and 34 deletions

View File

@@ -16,10 +16,6 @@ module.exports = withDefaults({
entry: {
extension: './src/htmlMain.ts',
},
resolve: {
mainFields: ['module', 'main'],
extensions: ['.ts', '.js'] // support ts-files and js-files
},
output: {
filename: 'htmlMain.js',
path: path.join(__dirname, 'client', 'dist'),