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 Feb 28, 2018. It is now read-only.
Following error on starting an new project with typescript:
Module build failed: Error: ts-loader was supplied with an unexpected loader option: isolatedModules
Please take a look at the options you are supplying; the following are valid options:
silent / logLevel / logInfoToStdOut / instance / compiler / configFile / configFileName / transpileOnly / ignoreDiagnostics / visualStudioErrorFormat / compilerOptions / appendTsSuffixTo / appendTsxSuffixTo / entryFileIsJs / happyPackMode / getCustomTransformers
at validateLoaderOptions (/app/node_modules/ts-loader/dist/index.js:92:19)
at getLoaderOptions (/app/node_modules/ts-loader/dist/index.js:75:5)
at Object.loader (/app/node_modules/ts-loader/dist/index.js:23:19)
Following error on starting an new project with typescript: