Skip to content

Commit 8f2d2f1

Browse files
nicholasruunujaviereguiluz
authored andcommitted
Incompatible ts-loader version
The ts-loader major version must map to the webpack major version: TypeStrong/ts-loader#748
1 parent 74b6be1 commit 8f2d2f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/typescript.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Want to use `TypeScript`_? No problem! First, install the dependencies:
55

66
.. code-block:: terminal
77
8-
$ yarn add --dev typescript ts-loader
8+
  $ yarn add --dev typescript ts-loader@^3.0
99
1010
Then, activate the ``ts-loader`` in ``webpack.config.js``:
1111

0 commit comments

Comments
 (0)