You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2019. It is now read-only.
My aim is for this to work:
import { SelectboxComponent } from 'selectbox';
Right now, if i use alias in webpack.config it works, but i'm afraid it will lead to a very big file rather soon.
I've tried using const TsConfigPathsPlugin = require('awesome-typescript-loader').TsConfigPathsPlugin
To my understanding it should take the paths from tsconfig.js and load them dynamically.
This does not work and any examples that i found related to this issue either have not worked or have been incomplete.
Am i doing something wrong or what?
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
webpack.config.file just the relevant parts
tsconfig.file
project structure:
devtools
src
modules
-- app
--- app.ts
webcomponents
-- selectbox
--- selectbox.ts
My aim is for this to work:
import { SelectboxComponent } from 'selectbox';
Right now, if i use alias in webpack.config it works, but i'm afraid it will lead to a very big file rather soon.
I've tried using const TsConfigPathsPlugin = require('awesome-typescript-loader').TsConfigPathsPlugin
To my understanding it should take the paths from tsconfig.js and load them dynamically.
This does not work and any examples that i found related to this issue either have not worked or have been incomplete.
Am i doing something wrong or what?
The text was updated successfully, but these errors were encountered: