mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +00:00
update with-config test
webpack 4 removes chunk names for better caching by default
This commit is contained in:
parent
36b5b6ff33
commit
3e0ba3000f
@ -59,7 +59,7 @@ test('/ (custom app.html)', async t => {
|
|||||||
|
|
||||||
test('/ (custom build.publicPath)', async t => {
|
test('/ (custom build.publicPath)', async t => {
|
||||||
const { html } = await nuxt.renderRoute('/')
|
const { html } = await nuxt.renderRoute('/')
|
||||||
t.true(html.includes('src="/test/orion/vendor.'))
|
t.true(html.includes('<script src="/test/orion/'))
|
||||||
})
|
})
|
||||||
|
|
||||||
test('/ (custom postcss.config.js)', async t => {
|
test('/ (custom postcss.config.js)', async t => {
|
||||||
|
Loading…
Reference in New Issue
Block a user