mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-08 05:47:07 +09:00
protos-web server
This commit is contained in:
parent
34b13baced
commit
d5e424553a
13 changed files with 149 additions and 2381 deletions
12
webpack.config.js
Normal file
12
webpack.config.js
Normal file
|
@ -0,0 +1,12 @@
|
|||
var path = require('path');
|
||||
|
||||
module.exports = {
|
||||
mode: 'none',
|
||||
output: {
|
||||
path: path.resolve(__dirname, 'build/web/'),
|
||||
filename: 'commands.pb.js'
|
||||
},
|
||||
optimization: {
|
||||
minimize: false
|
||||
},
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue