@tileflow/webpack
v0.1.0-alpha.9
Published
Webpack plugin for Tileflow map style development and static artifacts.
Maintainers
Readme
@tileflow/webpack
Webpack plugin for local Tileflow style development and static build artifacts.
import {TileflowWebpackPlugin} from '@tileflow/webpack';
export default {
plugins: [new TileflowWebpackPlugin()],
};When used with webpack-dev-server, the plugin serves /tileflow/manifest.json
and /tileflow/styles/:mapName.json from tileflow.config.ts. Production builds
emit the same files as assets.
Docs: https://tileflow.dev/docs
