Handle SNJS rename of cryptoManager to protocolManager, extract test suite into SNJS
This commit is contained in:
@@ -33,15 +33,6 @@ module.exports = {
|
||||
loader: 'babel-loader'
|
||||
}
|
||||
},
|
||||
// Transpile only our libs since we import ES6 classes
|
||||
// {
|
||||
// test: /\.js$/,
|
||||
// include: /node_modules\/(standard-file-js|snjs)/,
|
||||
// loader: 'babel-loader',
|
||||
// options: {
|
||||
// presets: ['@babel/preset-env']
|
||||
// }
|
||||
// },
|
||||
{
|
||||
test: /\.s?css$/,
|
||||
use: [
|
||||
|
||||
Reference in New Issue
Block a user