https://battle-saga-jp.connpass.com/event/142700/ の発表資料
今日の webpack.config.js はこちら
https://gist.github.com/mizchi/0af8dee5c682a0f9ef8470a089ec41b9
注意: この記事中で出るもののうち、 まだ CDN でのサードパーティモードの publish に成功してない (localhost では動いた…)
... | |
Beautifier.prototype.beautify = function() { | |
... | |
var source_text = this._source_text; | |
// BEGIN | |
source_text = source_text.replace(/\{\{(--)?((?:(?!(--)?\}\}).)+)(--)?\}\}/g, function(m, ds, c, dh, de) { |
const path = require("path"); | |
const { CleanWebpackPlugin } = require("clean-webpack-plugin"); | |
const HTMLPlugin = require("html-webpack-plugin"); | |
const WorkerPlugin = require("worker-plugin"); | |
const CopyPlugin = require("copy-webpack-plugin"); | |
const { GenerateSW } = require("workbox-webpack-plugin"); | |
const tsLoader = { | |
loader: "ts-loader", | |
options: { |
https://battle-saga-jp.connpass.com/event/142700/ の発表資料
今日の webpack.config.js はこちら
https://gist.github.com/mizchi/0af8dee5c682a0f9ef8470a089ec41b9
注意: この記事中で出るもののうち、 まだ CDN でのサードパーティモードの publish に成功してない (localhost では動いた…)
... | |
Beautifier.prototype.beautify = function() { | |
... | |
var source_text = this._source_text; | |
// BEGIN | |
source_text = source_text.replace(/\{\{(--)?((?:(?!(--)?\}\}).)+)(--)?\}\}/g, function(m, ds, c, dh, de) { |
更新: | 2023-12-08 |
---|---|
作者: | @voluntas |
バージョン: | 2023.2 |
URL: | https://voluntas.github.io/ |
タイポなどは Twitter の @voluntas までお願いします。