-
## Info
Using VSCode with vetur in `.vue` files.
## Input
```pug
p Click #[a.link(href='https://www.example.com' rel='noreferrer' target='_blank') here] to go somewhere
```
## Output or …
-
## Description
I am using [material-components-web](https://github.com/material-components/material-components-web) in my project.
When I try to import a sass file, in one of my component, Webpa…
-
### Version
3.2.2
### Environment info
```
Environment Info:
System:
OS: macOS 10.14.2
CPU: (4) x64 Intel(R) Core(TM) i5-7267U CPU @ 3.10GHz
Binaries:
Node: 11…
-
I used it as follows:
```
import {importFromString} from 'module-from-string';
...
async function compileModule(code)
{
return await importFromString(code);
}
```
Here is the bundle deplo…
-
**What is the current behavior?**
When trying to run my webpack configuration, getting the following error in the console:
```
configuration.output.filename: A relative path is expected. H…
-
I use emacs pug-mode that automatically compiled .pug files
Every .pug files that extends ..layout always show error like this
layout.pug show the same error because it contain 'include partials/fla…
-
Now, this loader will export a default function for template rendering, like this:
```pug
// template.pug
div foo
```
```js
import template from './template.pug';
export default function …
-
After running `yarn remove `, `re2` errors out on app reboot with this error:
```sh
Error: Cannot find module './build/Release/re2'
```
Using latest Node LTS stable and latest `re2`. This is …
-
Is there a way to make this work with `{props.children}` as shown in the [**docs**](https://reactjs.org/docs/composition-vs-inheritance.html#containment)?
I tried using the following `pug` layout:
…
-
## Describe the bug
The first radio button (clr-radio-wrapper) in a clr-radio-container will not allow a click on the circular portion of the control. You must click on the label. This seems to b…