Skip to content

Commit 20125e1

Browse files
committed
Update build location
1 parent 515e1dc commit 20125e1

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

packages/app/config/webpack.common.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,8 +457,8 @@ module.exports = {
457457
to: 'public/13/vs/language/vue',
458458
},
459459
{
460-
from: '../sse-hooks/dist/sse-hook.js',
461-
to: 'public/sse-hooks.js',
460+
from: '../sse-hooks/dist',
461+
to: 'public/sse-hooks',
462462
},
463463
{
464464
from: 'static',

packages/homepage/src/screens/home/Animation/index.js

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,7 @@ import Fullscreen from 'common/components/flex/Fullscreen';
66
import Centered from 'common/components/flex/Centered';
77
import Relative from 'common/components/Relative';
88

9-
import {
10-
angular,
11-
vue,
12-
react,
13-
preact,
14-
svelte,
15-
parcel,
16-
cxjs,
17-
dojo,
18-
} from 'common/templates';
9+
import { staticTemplate, ember, sapper, nest } from 'common/templates';
1910

2011
import Background from './Background';
2112
import HomeTitle from './Title';
@@ -65,7 +56,7 @@ const Message = styled.div`
6556
`};
6657
`;
6758

68-
const TEMPLATES = [parcel, react, vue, angular, preact, svelte, cxjs, dojo];
59+
const TEMPLATES = [staticTemplate, ember, sapper, nest];
6960

7061
export default class Animation extends React.PureComponent {
7162
state = {
@@ -137,7 +128,7 @@ export default class Animation extends React.PureComponent {
137128
applications, from prototype to deployment.
138129
</Message>
139130
</Centered>
140-
<Frameworks templates={TEMPLATES.filter(tem => tem.showOnHomePage)} />
131+
{/* <Frameworks templates={TEMPLATES.filter(tem => tem.showOnHomePage)} /> */}
141132
</Relative>
142133
);
143134
}

0 commit comments

Comments
 (0)