@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 +1 -1
- package/webpack.config.js +1 -1
package/package.json
CHANGED
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 =
|
|
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
|
|