File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed
Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -63,25 +63,25 @@ import {
6363} from ' @farmfe/core' ;
6464
6565const resolveUserConfig = await resolveConfig ({
66- compilation: {
67- output: {
68- publicPath: " /dist"
69- },
70- input: {
71- index: " ./base.html"
72- }
66+ compilation: {
67+ output: {
68+ publicPath: " /dist"
7369 },
74- server: {
75- port: 6532 ,
76- hmr: {
77- path: " /__farm_hmr" ,
78- }
79- },
80- plugins: [
81- ' @farmfe/plugin-react' ,
82- ' @farmfe/plugin-sass'
83- ],
84- })
70+ input: {
71+ index: " ./base.html"
72+ }
73+ },
74+ server: {
75+ port: 6532 ,
76+ hmr: {
77+ path: " /__farm_hmr" ,
78+ }
79+ },
80+ plugins: [
81+ ' @farmfe/plugin-react' ,
82+ ' @farmfe/plugin-sass'
83+ ],
84+ });
8585
8686// create compiler
8787const compiler = await createCompiler (resolveUserConfig);
You can’t perform that action at this time.
0 commit comments