@nlabs/lex 1.52.1 → 1.52.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nlabs/lex",
3
- "version": "1.52.1",
3
+ "version": "1.52.2",
4
4
  "description": "Lex",
5
5
  "license": "MIT",
6
6
  "type": "module",
package/webpack.config.js CHANGED
@@ -652,6 +652,9 @@ export default (webpackEnv, webpackOptions) => {
652
652
  '.gql',
653
653
  '.graphql'
654
654
  ],
655
+ extensionAlias: {
656
+ '.js': ['.ts', '.tsx', '.js', '.jsx']
657
+ },
655
658
  fallback: {
656
659
  assert: relativeNodePath('assert', dirName),
657
660
  buffer: relativeNodePath('buffer', dirName),