gomoku / gomoku_server_ui /frontend /config-overrides.js
zjowowen's picture
init space
079c32c
raw
history blame
No virus
169 Bytes
module.exports = function override(config, env) {
config.module.rules.push({
test: /\.worker\.js$/,
use: { loader: "worker-loader" }
});
return config;
};