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.

[v2] `& ~ &` compiles to `className ~ &`

See original GitHub issue

But should to className ~ className

v2.0.0-4

http://www.webpackbin.com/V1qV6mbFM

Works OK with v1

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:17 (16 by maintainers)

github_iconTop GitHub Comments

2reactions
k15acommented, Feb 19, 2017

That’s because you’re using Webpack 2 and it will choose the bundled ES2015 file. @mxstbr I think we should exclude all dependencies from the ES2015 bundle or distribute transpiled files (without export statement) for Webpack to npm? What do you think?

1reaction
mxstbrcommented, Mar 1, 2017

Sure, PR?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why is ClassName ClassName variable definition in C++ ...
Class names and variable names occupy two separate namespaces. The compiler is able to figure out that the first CustomClass is a type...
Read more >
Compiler option to customize scoped class names · Issue #2822
This is a feature brought up during the attribute to class name revamp for scoped styles. It seems forgotten, so I thought it'd...
Read more >
Myth about the file name and class name in Java
When the above file is compiled as javac Trial.java this will create 2 .class files as ForGeeks.class and GeeksTest.class .
Read more >
javac - Java programming language compiler
The javac tool reads class and interface definitions, written in the Java programming language, and compiles them into bytecode class files.
Read more >
Compile-check LESS/CSS classnames using TypeScript and ...
tsx files) can pick it up. MyComponent.less: 1. 2. 3. 4. 5. 6.
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