|
|
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"module": "esnext",
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es2020",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2018",
"dom"
]
}
}
|
"ng serve --configuration es5" |
So you have a serve command for ie and a serve command for other browsers, the same for production builds. In other words, you need one version of your website for ie and another for other browsers?
Hi Sam,
Sorry for the delay. We don’t provide a specific version to support IE11 and another for other browsers in our Syncfusion Angular packages.
Regards,
YuvanShankar A