ts-loader Questions
1
Solved
What's different between the 'output' path? Is tsconfig is a loader? And webpack to resolve '.ts' file after the run tsconfig build?
Why the file 'src.js' is not found? It is deleted by webpack aut...
Uro asked 23/6, 2017 at 4:27
2
Solved
I build an Angular 2 application and bundle it with webpack.
At the moment, my application is still small but the webpack task already takes around 10 seconds.
Is it possible to optimize my webpack...
Encyclical asked 23/2, 2017 at 16:28
2
I'm using webpack and ts-loader from a grunt task to transpile Typescript and generate sourcemaps for use debugging production. My team wants to be able to see the original Typescript source, not j...
Fante asked 30/3, 2016 at 23:57
0
I'm trying to build my own angular2/webpack2 boilerplate
this is my set up
webpack.common.js
const webpack = require('webpack');
const CommonsChunkPlugin = require('webpack/lib/optimize/CommonsC...
1
Upgrading from Typescript 2.0.10 to 2.1.4 appears to break something in webpack, webpack-stream, ts-loader, or gulp as it’s no longer respecting my entry point or gulp source glob. It appears to be...
Arctic asked 22/12, 2016 at 4:7
1
Solved
Our project is using the webpack resolve.root option to import modules with absolute paths. (avoiding something like ../../../module)
In its current state the project is using babel-loader which wo...
Exasperate asked 1/7, 2016 at 8:56
0
I have the following development setup:
Angular2 (with Typescript)
Webpack for packaging
Karma as a test runner for Jasmine tests
Gulp for invoking Karma
Karma is configured as follows:
v...
Straggle asked 6/5, 2016 at 0:18
1
Typescript 1.8 now supports untyped JS files. To enable this feature,
just add the compiler flag --allowJs or add "allowJs": true to
compilerOptions in tsconfig.json
via https://blogs.msdn.mi...
Bunny asked 4/2, 2016 at 12:43
© 2022 - 2024 — McMap. All rights reserved.