Lines Matching +full:plugin +full:- +full:node +full:- +full:resolve
3 To use the library, run `npm install pathkit-wasm` and then simply include it:
5 <script src="/node_modules/pathkit-wasm/bin/pathkit.js"></script>
7 locateFile: (file) => '/node_modules/pathkit-wasm/bin/'+file,
20 [example.html](https://github.com/google/skia/blob/main/modules/pathkit/npm-wasm/example.html)
24 -------------------------
31 const PathKitInit = require('pathkit-wasm/bin/pathkit.js')
38 …uch solution is to use [CopyWebpackPlugin](https://github.com/webpack-contrib/copy-webpack-plugin).
39 For example, add the following plugin:
43 { from: 'node_modules/pathkit-wasm/bin/pathkit.wasm' }
49 ERROR in ./node_modules/pathkit-wasm/bin/pathkit.js
50 Module not found: Error: Can't resolve 'fs' in '...'
52 Then, add the following configuration change to the node section of the config:
54 config.node = {