mirror of
https://github.com/UneBaguette/blake3.wasm.git
synced 2026-08-16 00:00:19 +02:00
feat: add webpack export condition and init type declaration
bump to 0.6.5
This commit is contained in:
@@ -52,7 +52,8 @@ build-all:
|
||||
exports: { '.': {\
|
||||
types: './index.d.ts',\
|
||||
node: { require: './node/$(CRATE).js', import: './node-esm/index.mjs' },\
|
||||
import: './bundler/$(CRATE).js',\
|
||||
webpack: './bundler/$(CRATE).js',\
|
||||
import: './web/$(CRATE).js',\
|
||||
default: './web/$(CRATE).js'\
|
||||
}},\
|
||||
files: ['bundler/', 'web/', 'node/', 'node-esm/', 'index.js', 'index.d.ts', '$(CRATE)_bg.wasm', '$(CRATE)_bg.js', 'README.md', 'LICENSE'],\
|
||||
|
||||
Reference in New Issue
Block a user