package/cli: remove src-relative imports from plugin:serve

This commit is contained in:
Patrik Oldsberg
2020-05-08 18:55:28 +02:00
parent 24cb7a7f9d
commit 77d0e9a10f
@@ -39,7 +39,6 @@ export function createConfig(paths: Paths): webpack.Configuration {
],
resolve: {
extensions: ['.ts', '.tsx', '.mjs', '.js', '.jsx'],
modules: ['node_modules', paths.targetSrc],
plugins: [
new ModuleScopePlugin(
[paths.targetSrc, paths.targetDev],