Skip to content

Commit 11a0105

Browse files
author
Ives van Hoorne
committed
Add small boilerplate condition for jsx
1 parent 34ca3ce commit 11a0105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/store/entities/sandboxes/boilerplates/default-boilerplates.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const JS = {
22
id: 'js',
33
extension: '.js',
4-
condition: '.js$',
4+
condition: '.jsx?$',
55
code: `
66
import React from 'react';
77
import { render } from 'react-dom';

0 commit comments

Comments
 (0)