Bud v5.2.0 (#2959)
* chore(deps): Bump @roots/bud to v5.2.0 * lockfile * remove `setPublicPath` * suggestions (#2961) * suggestions * unneccessary Co-authored-by: Kelly Mears <developers@tinypixel.dev>
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
/**
|
||||
* @typedef {import('@roots/bud').Bud} Bud
|
||||
* @typedef {import('@roots/bud').Bud} bud
|
||||
*
|
||||
* @param {Bud} app
|
||||
* @param {bud} app
|
||||
*/
|
||||
|
||||
module.exports = (app) =>
|
||||
app
|
||||
/**
|
||||
@@ -37,9 +36,4 @@ module.exports = (app) =>
|
||||
*
|
||||
* This is your local dev server.
|
||||
*/
|
||||
.proxy('http://example.test')
|
||||
|
||||
/**
|
||||
* Public path of application assets
|
||||
*/
|
||||
.setPublicPath('/app/themes/sage/public/');
|
||||
.proxy('http://example.test');
|
||||
|
||||
Reference in New Issue
Block a user