Skip to content

Commit

Permalink
GitHub Pages: Added AssetPipelineLoaderExample
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai Salmen committed Jan 7, 2024
1 parent 7930057 commit 98bc1a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/examples/vite.config.production.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default defineConfig(({ command }) => {
obj2parallel_basic: path.resolve(__dirname, 'obj2parallel_basic.html'),
obj2_options: path.resolve(__dirname, 'obj2_options.html'),
obj2_obj_compare: path.resolve(__dirname, 'obj2_obj_compare.html'),
assetpipeline: path.resolve(__dirname, 'assetpipeline.html'),
obj2_react: path.resolve(__dirname, 'obj2_react.html'),
obj2_react_mtl: path.resolve(__dirname, 'obj2_react_mtl.html')
},
Expand Down

0 comments on commit 98bc1a0

Please sign in to comment.