init: sudah ganti logo, hilangin setting, dan investigational use dialog
This commit is contained in:
25
platform/docs/pluginOHIFWebpackConfig.js
Normal file
25
platform/docs/pluginOHIFWebpackConfig.js
Normal file
@@ -0,0 +1,25 @@
|
||||
module.exports = function (context, options) {
|
||||
return {
|
||||
name: 'plugin-ohif-webpack-config',
|
||||
configureWebpack(config, isServer, utils) {
|
||||
return {
|
||||
resolve: {
|
||||
fallback: {
|
||||
fs: false,
|
||||
path: false,
|
||||
},
|
||||
},
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
test: /\.m?jsx?$/,
|
||||
resolve: {
|
||||
fullySpecified: false,
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
},
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user