question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Missing selector when using sourcemaps, plugins, and compiling Less files in parallel

See original GitHub issue

I have some code like bottom.

	@root-name: business-bundle
    /* other file */
	.@{root-name} .wrapper{
		/* css... */
	}

When webpack use less 3.12.2, that is ok. But when use 3.13.0, webpack build error. image

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:29 (14 by maintainers)

github_iconTop GitHub Comments

4reactions
matthew-deancommented, Dec 17, 2020

@PengJiyuan @kirazxyun @Justineo etc please try testing with less@3.13.0-alpha.3

1reaction
matthew-deancommented, Dec 20, 2020

4.0.0 is also published, which contains this fix.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Compile LESS files with source maps - css - Stack Overflow
Short answer · --source-map[=FILENAME] Outputs a v3 sourcemap to the filename (or output filename.map) · --source-map-less-inline puts the less ...
Read more >
style-loader - webpack
Automatically injects styles into the DOM using multiple <style></style> . It is default behaviour. component.js import "./styles.css";. Example ...
Read more >
mini-css-extract-plugin - npm
This plugin extracts CSS into separate files. It creates a CSS file per JS file which contains CSS. It supports On-Demand-Loading of CSS...
Read more >
Changelog | Meteor API Docs
The meteor-babel npm package has been updated to version 7.2.0, improving source maps for applications with custom .babelrc files.
Read more >
Angular compiler options
Like the TypeScript compiler, the Angular AOT compiler also supports extends ... A TypeScript configuration can inherit settings from another file using the ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found