@@ -101,9 +101,15 @@ it('builds a generated plugin into a viable archive', async () => {
101
101
info running @osd/optimizer
102
102
│ info initialized, 0 bundles cached
103
103
│ info starting worker [1 bundle]
104
+ │ warn worker stderr Browserslist: caniuse-lite is outdated. Please run:
105
+ │ warn worker stderr npx update-browserslist-db@latest
106
+ │ warn worker stderr Why you should do it regularly: https://github.com/browserslist/update-db#readme
104
107
│ succ 1 bundles compiled successfully after <time>
105
108
info copying assets from \`public/assets\` to build
106
109
info copying server source into the build and converting with babel
110
+ Browserslist: caniuse-lite is outdated. Please run:
111
+ npx update-browserslist-db@latest
112
+ Why you should do it regularly: https://github.com/browserslist/update-db#readme
107
113
info running yarn to install dependencies
108
114
info compressing plugin into [fooTestPlugin-1.0.0.zip]
109
115
info cleaning up compression temporary artifacts"
@@ -189,9 +195,15 @@ it('builds a non-semver generated plugin into a viable archive', async () => {
189
195
info running @osd/optimizer
190
196
│ info initialized, 0 bundles cached
191
197
│ info starting worker [1 bundle]
198
+ │ warn worker stderr Browserslist: caniuse-lite is outdated. Please run:
199
+ │ warn worker stderr npx update-browserslist-db@latest
200
+ │ warn worker stderr Why you should do it regularly: https://github.com/browserslist/update-db#readme
192
201
│ succ 1 bundles compiled successfully after <time>
193
202
info copying assets from \`public/assets\` to build
194
203
info copying server source into the build and converting with babel
204
+ Browserslist: caniuse-lite is outdated. Please run:
205
+ npx update-browserslist-db@latest
206
+ Why you should do it regularly: https://github.com/browserslist/update-db#readme
195
207
info running yarn to install dependencies
196
208
info compressing plugin into [fooTestPlugin-1.0.0.x.zip]
197
209
info cleaning up compression temporary artifacts"
0 commit comments