Mercurial > code > home > repos > streamed-graph
comparison webpack.config.js @ 24:09080dc809ed
webpack config might finally work
author | drewp@bigasterisk.com |
---|---|
date | Fri, 13 Dec 2019 23:05:12 -0800 |
parents | 9ec3cbc8791a |
children | 86270a59ae7b |
comparison
equal
deleted
inserted
replaced
23:549b74ad3c03 | 24:09080dc809ed |
---|---|
20 { test: /\.css$/i, use: ['file-loader'] }, | 20 { test: /\.css$/i, use: ['file-loader'] }, |
21 ] | 21 ] |
22 }, | 22 }, |
23 devtool: 'source-map', | 23 devtool: 'source-map', |
24 resolve: { | 24 resolve: { |
25 extensions: [".ts", ".js"], | |
25 plugins: [ | 26 plugins: [ |
26 PnpWebpackPlugin, | 27 PnpWebpackPlugin, |
27 ], | 28 ], |
28 }, | 29 }, |
29 resolveLoader: { | 30 resolveLoader: { |