АГ
там строка после опции пресет передаётся вот в такую функцию
https://i.imgur.com/A2ZPGyn.png
Size: a a a
АГ
АГ
🦉
АГ
🦉
AM
When using the HTML5 History API, the index.html page will likely have be served in place of any 404 responses. Enable this by passing:
historyApiFallback: true
By passing an object this behavior can be controlled further using options like rewrites:
historyApiFallback: {
rewrites: [
{ from: /^\/$/, to: '/views/landing.html' },
{ from: /^\/subpage/, to: '/views/subpage.html' },
{ from: /./, to: '/views/404.html' }
]
}
VT
🦉
GL
AM
🦉
GL
import foo from './foo'
GL
const foo = {
a: true,
};
transform(obj) {
obj.a = false;
}
transofrm(foo);
export default foo;
exports.default = {
a: false;
}
🦉
🦉
АГ
When using the HTML5 History API, the index.html page will likely have be served in place of any 404 responses. Enable this by passing:
historyApiFallback: true
By passing an object this behavior can be controlled further using options like rewrites:
historyApiFallback: {
rewrites: [
{ from: /^\/$/, to: '/views/landing.html' },
{ from: /^\/subpage/, to: '/views/subpage.html' },
{ from: /./, to: '/views/404.html' }
]
}
AM
AM
AM
АГ