File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,6 @@ RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -f [OR]
5
5
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -d
6
6
RewriteRule ^ - [L]
7
7
8
- # If the requested resource doesn't exist, use index.html
9
- RewriteRule ^ /index.html
10
-
11
8
<IfModule mod_headers.c >
12
9
<FilesMatch "\.(js|html)$" >
13
10
Header set Cache-Control "no-cache"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { setCustomElementsManifest } from '@storybook/web-components';
3
3
import 'github-markdown-css/github-markdown.css' ;
4
4
import 'highlight.js/styles/vs.css' ;
5
5
// @ts -ignore not worth helping TS understand this is valid since we don't need to type check this module
6
- // eslint-disable-next-line import/no-unresolved
6
+ // eslint-disable-next-line import/no-unresolved, n/no-missing-import
7
7
import customElementsManifest from '../dist/custom-elements.json' ;
8
8
import { AutodocsTemplate } from '../src/stories/lib/autodocs-template.jsx' ;
9
9
import '../src/stories/lib/i18n-control.js' ;
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ export default [
66
66
'wds/**/*.js' ,
67
67
'src/stories/lib/smart-auth-plugin.js' ,
68
68
'test-mocha/**/*.*js' ,
69
+ '.storybook/**/*.js' ,
69
70
] ,
70
71
languageOptions : {
71
72
globals : {
You can’t perform that action at this time.
0 commit comments