File tree 6 files changed +8
-4
lines changed
6 files changed +8
-4
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ // In this file you can import assets like images or stylesheets
2
+ console . log ( 'Hello Webpack Encore! Edit me in assets/admin/entrypoint.js' ) ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ // In this file you can import assets like images or stylesheets
2
+ console . log ( 'Hello Webpack Encore! Edit me in assets/shop/entrypoint.js' ) ;
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ sylius_channel:
47
47
channel :
48
48
classes :
49
49
model : App\Entity\Channel\Channel
50
+
50
51
sylius_core :
51
52
resources :
52
53
avatar_image :
@@ -245,6 +246,7 @@ sylius_taxonomy:
245
246
translation :
246
247
classes :
247
248
model : App\Entity\Taxonomy\TaxonTranslation
249
+
248
250
sylius_user :
249
251
resources :
250
252
admin :
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Encore.reset();
50
50
Encore
51
51
. setOutputPath ( 'public/build/app/shop' )
52
52
. setPublicPath ( '/build/app/shop' )
53
- . addEntry ( 'app-shop-entry' , './assets/shop/entry .js' )
53
+ . addEntry ( 'app-shop-entry' , './assets/shop/entrypoint .js' )
54
54
. disableSingleRuntimeChunk ( )
55
55
. cleanupOutputBeforeBuild ( )
56
56
. enableSourceMaps ( ! Encore . isProduction ( ) )
@@ -71,7 +71,7 @@ Encore.reset();
71
71
Encore
72
72
. setOutputPath ( 'public/build/app/admin' )
73
73
. setPublicPath ( '/build/app/admin' )
74
- . addEntry ( 'app-admin-entry' , './assets/admin/entry .js' )
74
+ . addEntry ( 'app-admin-entry' , './assets/admin/entrypoint .js' )
75
75
. disableSingleRuntimeChunk ( )
76
76
. cleanupOutputBeforeBuild ( )
77
77
. enableSourceMaps ( ! Encore . isProduction ( ) )
You can’t perform that action at this time.
0 commit comments