mirror of
https://github.com/crypto-pro-web/crypto-pro-js.git
synced 2024-11-23 16:44:59 +03:00
11 lines
229 B
JavaScript
Executable File
11 lines
229 B
JavaScript
Executable File
module.exports = {
|
|
context: __dirname + '/src',
|
|
entry: './index.js',
|
|
output: {
|
|
path: 'dist',
|
|
filename: 'crypto-pro.js',
|
|
library: 'CryptoPro'
|
|
},
|
|
devtool: 'source-map',
|
|
watch: true
|
|
}; |