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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ or are automatically applied via regex from your webpack configuration.
134
134
|:--:|:----:|:----------|
135
135
|<ahref="https://github.com/webpack/script-loader">`<script>`</a>|![script-npm]|Executes a JavaScript file once in global context (like in script tag), requires are not parsed|
136
136
|<ahref="https://github.com/babel/babel-loader"><imgwidth="48"height="48"title="babel-loader"src="https://worldvectorlogo.com/logos/babel-10.svg"></a>|![babel-npm]|Loads ES2015+ code and transpiles to ES5 using <ahref="https://github.com/babel/babel">Babel</a>|
137
-
|<ahref="https://github.com/jupl/traceur-loader"><imgwidth="48"height="48"src="https://google.github.com/traceur-compiler/logo/tc.svg"></a>|![traceur-npm]|Loads ES2015+ code and transpiles to ES5 using [Traceur](https://github.com/google/traceur)|
137
+
|<ahref="https://github.com/jupl/traceur-loader"><imgwidth="48"height="48"src="https://google.github.com/traceur-compiler/logo/tc.svg"></a>|![traceur-npm]|Loads ES2015+ code and transpiles to ES5 using [Traceur](https://github.com/google/traceur-compiler)|
138
138
|<ahref="https://github.com/TypeStrong/ts-loader"><imgwidth="48"height="48"src="https://cdn.rawgit.com/Microsoft/TypeScript/master/doc/logo.svg"></a>|![type-npm]|Loads TypeScript like JavaScript|
139
139
|<ahref="https://github.com/webpack/coffee-loader"><imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/coffeescript.svg"></a>|![coffee-npm]|Loads CoffeeScript like JavaScript|
0 commit comments