@nlabs/lex 1.49.2 → 1.49.3

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.49.2",
3
+ "version": "1.49.3",
4
4
  "description": "Lex",
5
5
  "license": "MIT",
6
6
  "type": "module",
package/webpack.config.js CHANGED
@@ -238,7 +238,7 @@ const cssLoaderPath = relativeNodePath('css-loader', dirName);
238
238
  const graphqlLoaderPath = relativeNodePath('graphql-tag/loader', dirName);
239
239
  const htmlLoaderPath = relativeNodePath('html-loader', dirName);
240
240
  const postcssLoaderPath = relativeNodePath('postcss-loader', dirName);
241
- const sourceMapLoaderPath = pathResolve(dirName, 'node_modules/source-map-loader');
241
+ const sourceMapLoaderPath = relativeNodePath('source-map-loader', dirName);
242
242
  const styleLoaderPath = relativeNodePath('style-loader', dirName);
243
243
  const webpackPath = relativeNodePath('webpack', dirName);
244
244