1 | <?php |
||
2 | /** |
||
3 | * Twigpack plugin for Craft CMS 3.x |
||
4 | * |
||
5 | * Twigpack is the conduit between Twig and webpack, with manifest.json & |
||
6 | * webpack-dev-server HMR support |
||
7 | * |
||
8 | * @link https://nystudio107.com/ |
||
0 ignored issues
–
show
Coding Style
introduced
by
![]() |
|||
9 | * @copyright Copyright (c) 2018 nystudio107 |
||
0 ignored issues
–
show
|
|||
10 | */ |
||
0 ignored issues
–
show
|
|||
11 | |||
12 | /** |
||
0 ignored issues
–
show
|
|||
13 | * @author nystudio107 |
||
0 ignored issues
–
show
|
|||
14 | * @package Twigpack |
||
0 ignored issues
–
show
|
|||
15 | * @since 1.0.0 |
||
0 ignored issues
–
show
|
|||
16 | */ |
||
17 | return [ |
||
18 | 'Twigpack Manifest Cache' => 'Twigpack Manifest Cache', |
||
19 | '{name} plugin loaded' => '{name} plugin loaded', |
||
20 | 'Manifest file not found at: {manifestPath}' => 'Manifest file not found at: {manifestPath}', |
||
21 | 'Module does not exist in the manifest: {moduleName}' => 'Module does not exist in the manifest: {moduleName}', |
||
22 | 'File does not exist: {path}' => 'File does not exist: {path}', |
||
23 | ]; |
||
24 |