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
Webpack 2 is stricter in terms of what it allows in the webpack.config.js. It won't allow ts. Your mission, should you choose to accept it, is to only allow configuration of ts-loader via query / options. As well as this you'll have to amend the test pack which relies on being able to configure ts-loader this way at present. Oh and update the docs too.
The text was updated successfully, but these errors were encountered:
Webpack 2 is stricter in terms of what it allows in the
webpack.config.js
. It won't allowts
. Your mission, should you choose to accept it, is to only allow configuration of ts-loader viaquery
/options
. As well as this you'll have to amend the test pack which relies on being able to configure ts-loader this way at present. Oh and update the docs too.The text was updated successfully, but these errors were encountered: